We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf1692b5 commitd03f291Copy full SHA for d03f291
README.md
@@ -12,6 +12,11 @@ videos.
12
13
##Data Structures
14
15
+Data structure is a particular way of organizing and storing data in a computer so that it can
16
+be accessed and modified efficiently. More precisely, a data structure is a collection of data
17
+values, the relationships among them, and the functions or operations that can be applied to
18
+the data.
19
+
20
*[Linked List](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/linked-list)
21
*[Queue](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/queue)
22
*[Stack](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/stack)