mirror of
https://codeberg.org/JasterV/cool-data-structures.git
synced 2026-04-26 18:40:04 +00:00
readme updated
This commit is contained in:
parent
deaaf21949
commit
99e9f5aa93
2 changed files with 8 additions and 0 deletions
|
|
@ -13,3 +13,11 @@ It implements the 3 most common traversals for binary trees: Inorder, postorder
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Hash Set
|
||||||
|
|
||||||
|
A Hash Set implemented as a Hash Map (A list of buckets where each bucket owns a Linked List with values)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
This is diagram does not represent a HashSet but a HashMap
|
||||||
|
|
||||||
|
|
|
||||||
BIN
assets/hash_map.jpeg
Normal file
BIN
assets/hash_map.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
Loading…
Reference in a new issue