Skip to content

Commit 99480dd

Browse files
authored
Update README.md
1 parent e6920ff commit 99480dd

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

hashMap/README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
# LinkedListHashMap
2+
----------
3+
4+
CLRS 11.2
5+
6+
----------
27
https://en.wikipedia.org/wiki/Hash_table#Separate_chaining
38

9+
[Code](https://github.com/shady831213/algorithms/blob/master/hashMap/chainedHashMap.go)
10+
[Test](https://github.com/shady831213/algorithms/blob/master/hashMap/chainedHashMap_test.go)
11+
412
# OpenAddressHashMap
13+
----------
14+
15+
CLRS 11.4
16+
17+
----------
518
https://en.wikipedia.org/wiki/Hash_table#Open_addressing
619

7-
Both support backets upscale and downscale
20+
[Code](https://github.com/shady831213/algorithms/blob/master/hashMap/openHashMap.go)
21+
[Test](https://github.com/shady831213/algorithms/blob/master/hashMap/openHashMap_test.go)
22+
23+
# Both support backets upscale and downscale
24+
----------
25+
26+
CLRS 17.4.2
27+
28+
----------

0 commit comments

Comments
 (0)