Hash Table
Not secure hash like RSA, SHA-3, … I mean hashtable 😀
Theory about hash table
See theory in this link notion
How to run this code
Run code
go run main.go
First we need to add value to linked list
Get number of elements: n (int)
Enter key and value
Programe will create a hash table with len is TABLE_SIZE and TABLE_SIZE is prime
Enter key and value for searching
Contributing
Coding by H3des
Note
Pull the request are welcome.