+ 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. 😃
2 odpowiedzi
+ 2
Focus on control structures. There are three basic contructs namely SEQUENCE, CONDITIONS and ITERATION. Apply it in a target language of your choice
+ 2
Look into psuedo coding. You are able to formulate the algorithm without bothering to deal with syntax of the target language