Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 266 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 266 Bytes

hashsetGo

hashset implementation using generic
here is hashset of go version using feature 'generic'
I implemented the hashtable data struct and algorithm
by using 'two-dimensional slice' instead of 'map'
so that make everybody understand how it works.