+ 4
What is data structure and algorithm and How is it useful for programming.
Please describe me
1 Odpowiedź
+ 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.