How to learn DATASTRUCTURES AND ALGORITHM Faster | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to learn DATASTRUCTURES AND ALGORITHM Faster

24th Jul 2020, 11:20 AM
Deepak Gurram
Deepak Gurram - avatar
3 Answers
+ 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.
24th Jul 2020, 1:00 PM
Logomonic Learning
Logomonic Learning - avatar
+ 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.
24th Jul 2020, 11:26 AM
Arsenic
Arsenic - avatar
+ 3
implement it in your code
24th Jul 2020, 11:22 AM
durian
durian - avatar