Skip to content

Commit d03f291

Browse files
committed
Update README.
1 parent f1692b5 commit d03f291

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ videos.
1212

1313
## Data Structures
1414

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+
1520
* [Linked List](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/linked-list)
1621
* [Queue](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/queue)
1722
* [Stack](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/stack)

0 commit comments

Comments
 (0)