I need to build a hash ADT from scratch. This means no use of any java library methods or classes. Does anyone know of any good resources that will explain how hashing works and how this info is helpful to build one? For example, how find() works, how insert() works, how to handle collisions, etc. Concepts though, not code.
BestJewSinceJC 700 Posting Maven
Recommended Answers
Jump to PostThis means no use of any java library methods or classes.
unless you think it is possible to do this without using any Java classes within Java itself, you might want to check this on another forum
All 3 Replies
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster
stultuske 1,116 Posting Maven Featured Poster
BestJewSinceJC 700 Posting Maven
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.