Please can anybody explain me the following things below::
1.What is a hashmap
2.Its use
3.What do we do to avoid collisions....

Recommended Answers

All 5 Replies

Isn't that all explained in your textbook?

can u please refer a link.....

don't you know how to use google?

I'll also link you directly to here. A hashmap by definition is almost surely implemented using a hash table, but mapping data structures also commonly use balanced binary search trees (red black being the most popular for this purpose).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.