Why do i keep forgetting things? [closed]
- by Mr.Anubis
I am currently learning many things at the same time in C++ and coded many data structures and algorithms and some small applications. When I suddenly try to remember something that I coded many months ago, my mind completely goes blank. It's like I'll have to re-learn the whole thing.
For example, recently I was thinking to refactor my BST data structure, when I realized that I don't even remember how I coded it or how does it works internally.
Does this happen with many others? Or is it me only? How do I overcome this problem?