What is data structure and algorithm and How is it useful for programming. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is data structure and algorithm and How is it useful for programming.

Please describe me

4th Oct 2020, 4:35 PM
Karan
Karan - avatar
1 Answer
+ 3
Data structures as the name suggests is the way you represent data in the memory eg arrays,linked lists,trees,graphs etc. Algorithms are set of instructions that you can perform on data structures eg sorting,searching etc.
4th Oct 2020, 4:44 PM
Arsenic
Arsenic - avatar