How to learn data structure and algorithm perfectly | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to learn data structure and algorithm perfectly

I want to learn as I didn't have any idea about it

4th Jun 2020, 5:12 PM
Sachin Chauhan
Sachin Chauhan - avatar
2 Answers
+ 2
You can start with the collections framework in Java. It covers most of the basic data structures including lists, vectors, sets and maps. Once you complete it you can move on to sorting algorithms. Learn bubble sort and merge sort for smaller are larger set of data. Also you must learn binary search, this will set a good base to start learning further.
4th Jun 2020, 6:14 PM
Avinesh
Avinesh - avatar
0
JAVA
4th Jun 2020, 6:08 PM
Sachin Chauhan
Sachin Chauhan - avatar