+ 1
How to learn DATASTRUCTURES AND ALGORITHM Faster
3 Réponses
+ 1
You can learn data structures and algorithms faster by analysing code source. Print it off and make notes of parts you understand and parts you don't. Then attempt to understand the parts you don't and understand the relationship between the different functions/variables. Try representing it diagranmatically as well.
Practice might help you to remember the code, but won't necessarily help you understand.
+ 6
There isn't any fast way to learn it.
The only way to get good at data structures and algorithms is through practicing a lot.
You should try competitive programming, it is by far the best way to improve ones knowledge about data structures and algorithms but it's definately not fast.
+ 3
implement it in your code