What is data structure and algorithm and How is it useful for programming. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
+ 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