Getting into Algorithms & Data Structures. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Getting into Algorithms & Data Structures.

What is the best way to start learning Algorithms and Data Structures for complete beginners? From what it is and what are the things a beginner must learn or should learn about Algorithms and Data Structures to implementation and applications? Looking forward for any types of advice or guideline. Thank you. 😃

10th Jul 2019, 5:54 PM
Md Faridul Islam
Md Faridul Islam - avatar
2 Answers
+ 2
Focus on control structures. There are three basic contructs namely SEQUENCE, CONDITIONS and ITERATION. Apply it in a target language of your choice
12th Jul 2019, 1:09 AM
Da2
Da2 - avatar
+ 2
Look into psuedo coding. You are able to formulate the algorithm without bothering to deal with syntax of the target language
12th Jul 2019, 3:46 AM
Da2
Da2 - avatar