mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 07:01:18 +08:00
Update README.
This commit is contained in:
parent
f1692b552a
commit
d03f291aa6
@ -12,6 +12,11 @@ videos.
|
|||||||
|
|
||||||
## Data Structures
|
## Data Structures
|
||||||
|
|
||||||
|
Data structure is a particular way of organizing and storing data in a computer so that it can
|
||||||
|
be accessed and modified efficiently. More precisely, a data structure is a collection of data
|
||||||
|
values, the relationships among them, and the functions or operations that can be applied to
|
||||||
|
the data.
|
||||||
|
|
||||||
* [Linked List](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/linked-list)
|
* [Linked List](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/linked-list)
|
||||||
* [Queue](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/queue)
|
* [Queue](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/queue)
|
||||||
* [Stack](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/stack)
|
* [Stack](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/stack)
|
||||||
|
Loading…
Reference in New Issue
Block a user