I feel difficulty in understanding algorithm and data structures. Any effective way to this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I feel difficulty in understanding algorithm and data structures. Any effective way to this?

It is difficult to understand how e. g. linked list, pointers, etc work. Need effective way to learn this.

13th Jun 2018, 4:01 AM
Abhishek Rawat
Abhishek Rawat - avatar
2 Answers
+ 1
first learn in simpler Language like English...later u take the points step by step and compare it with algorithm or data structures.u will find it easy...first read how it works dude...don't jump directly into coding.
13th Jun 2018, 4:06 AM
Bugs-bunny
Bugs-bunny - avatar
+ 1
Think of algorithms like a recipe when your cooking something. The same process applys you need certain ingredients to make a dish. The same goes for algorithms its a step by step process in solving a particular problem. In addition using the right data structure for the job.
13th Jun 2018, 5:05 AM
Anthony Perez