Hash table in C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hash table in C++

Hi guys! I've a problem with the hash table's implementation. I have to do a code where i can take books from a shelf and insert on this other of them. The elements are not in order, so for this reason i think to use an hash table instead of a stack. The problem is I don't now how to do thiscin c++. In theory i know the data structure, but not in the practice. Someone can help me? Thank you so much!

6th Nov 2018, 9:19 AM
Null
Null - avatar
1 Answer
6th Nov 2018, 11:35 AM
voidneo