Day 4: Learning New Things

Developing a Learning Strategy for Retaining New Concepts 🧠

I am using this post as a reminder for when I tackle re-learning C and eventually Assembly simultaneously to implement a learning system in place where I write stories analogous to the concepts I am trying to learn as a way of association.

Update on the Binary Tree 🌴

I am currently putting the Binary Tree (BT) on hold until I finish my exams which are currently taking place. Currently implemented is a way to traverse the binary tree to print out its contents. My remove method is not working correctly and is something I have to put more thought into.

More on the BT traversal to follow in a future post

Comments