File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ videos.
12
12
13
13
## Data Structures
14
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
+
15
20
* [ Linked List] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/linked-list )
16
21
* [ Queue] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/queue )
17
22
* [ Stack] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/stack )
You can’t perform that action at this time.
0 commit comments