Skip to content

Commit 4621ca0

Browse files
committed
Update the root readme
1 parent 1f4fb47 commit 4621ca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ A data structure is a data organization, management, and storage format that ena
1313
* [Stack](src/data-structures/stack) - a data structure to follow the LIFO principle;
1414
* [Linked list](src/data-structures/linked-list) - a data structure to follow the FIFO principle;
1515
* [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;
1617

1718
## Algorithms
1819

0 commit comments

Comments
 (0)