memorization - Memorizing important algorithms such as binary search -
Do you remember binary search / quick sort / algorithm if that is the case? Have any ideas for?
The way to understand this is always better than to remember them instead of the underlying principle of such algorithms - Uses quick sort paradigm (this is a design technique to solve a certain technique problem).
Wiki is a very good starting point to dissect a new topic. You can dig deeper by watching video lectures (here this good post has been found on the SO) and other special content such as related research papers.
Working with examples will also improve the algorithm.
I hope this will be helpful.
Cheers
Comments
Post a Comment