package
0.0.0-20190403020015-393222b97125
Repository: https://github.com/shady831213/algorithms.git
Documentation: pkg.go.dev
# README
LinkedListHashMap
CLRS 11.2
https://en.wikipedia.org/wiki/Hash_table#Separate_chaining
OpenAddressHashMap
CLRS 11.4
https://en.wikipedia.org/wiki/Hash_table#Open_addressing
Both support backets upscale and downscale
CLRS 17.4.2