What is Data Structures and Algorithms? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is Data Structures and Algorithms?

Anyone plz help me.

24th Feb 2019, 4:08 AM
Vicky
Vicky - avatar
1 Answer
+ 10
Data Structures and Algorithms is an area of study in computer science that unsurprisingly focuses on data structures and algorithms. Data structures describe various ways data is stored in memory and on disk within the context of computer programming. These might include things like arrays or stacks. Algorithms, in the context of computer science, are essentially the logic of a program or a set of rules or procedures. They’re usually written to accomplish a specific task. For example, an algorithm might be written to re-order a list of names alphabetically. Hope this helps, good luck.
24th Feb 2019, 5:14 AM
Mike Perkowski
Mike Perkowski - avatar