readme updated

This commit is contained in:
Víctor Martínez 2020-12-09 00:50:25 +01:00
parent deaaf21949
commit 99e9f5aa93
2 changed files with 8 additions and 0 deletions

View file

@ -13,3 +13,11 @@ It implements the 3 most common traversals for binary trees: Inorder, postorder
![binary tree](assets/binary-tree.png) ![binary tree](assets/binary-tree.png)
## Hash Set
A Hash Set implemented as a Hash Map (A list of buckets where each bucket owns a Linked List with values)
![hash map](assets/hash_map.png)
This is diagram does not represent a HashSet but a HashMap

BIN
assets/hash_map.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB