What is data structure and algorithm and How is it useful for programming. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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