•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C++ section within the Software Development category of DaniWeb, a massive community of 456,589 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,586 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C++ advertiser: Programming Forums
Views: 2183 | Replies: 2
![]() |
Can someone plz give me the C++ code for the following:
(1) linear probing
(2) separate chaining
(3) quadratic probing
(4) double hashing
I know the theory behind it but i dont seem to be able to put it into code!
plz help me
P/S: im not asking you to spoon feed me with code but im really not able to figure out how to write these functions....
(1) linear probing
(2) separate chaining
(3) quadratic probing
(4) double hashing
I know the theory behind it but i dont seem to be able to put it into code!
plz help me
P/S: im not asking you to spoon feed me with code but im really not able to figure out how to write these functions....
>I know the theory behind it but i dont seem to be able to put it into code!
Then you don't really know the theory behind it.
Not to be rude or anything, but these are all pretty straightforward concepts and the code ends up being very short compared to other data structures. This might help you get a feel for how things work in practice.
Then you don't really know the theory behind it.
Not to be rude or anything, but these are all pretty straightforward concepts and the code ends up being very short compared to other data structures. This might help you get a feel for how things work in practice. ![]() |
•
•
•
•
•
•
•
•
DaniWeb C++ Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- VB's Left, Right, Mid Functions in C++? (C++)
- User defined functions (C++)
- Double Linked Lists and Functions required (C++)
- How to write FNVAL functions (Java)
- I dont see any difference between these 2 functions, DO YOU? (C)
- Hashing guidance (C)
- access Digital Camera Functions (C++)
Other Threads in the C++ Forum
- Previous Thread: Help
- Next Thread: Move file pointer to read next file value


Linear Mode