We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4fb47 commit 4621ca0Copy full SHA for 4621ca0
README.md
@@ -13,6 +13,7 @@ A data structure is a data organization, management, and storage format that ena
13
* [Stack](src/data-structures/stack) - a data structure to follow the LIFO principle;
14
* [Linked list](src/data-structures/linked-list) - a data structure to follow the FIFO principle;
15
* [Vector](src/data-structures/vector) - is used to represent the mathematical vector used in linear algebra;
16
+* [Hash table](src/data-structures/hash-table) - is used for lookup, where keys are hashed;
17
18
## Algorithms
19
0 commit comments