Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > need help in hashing

Reply
Thread Tools

need help in hashing

 
 
zoro
Guest
Posts: n/a
 
      01-07-2007
separate chaining and linear probing are two implementation in hashing that
we use to reduce collisions.
i know that linear probing is the fastest in general than other
implemenataions.
but what i'm confused a bout is when the collisions are frequent,which of
these implementations will allow fastest searches?


 
Reply With Quote
 
 
 
 
Jack Klein
Guest
Posts: n/a
 
      01-08-2007
On Sun, 07 Jan 2007 14:06:58 -0500, "zoro"
<> wrote in comp.lang.c++:

> separate chaining and linear probing are two implementation in hashing that
> we use to reduce collisions.
> i know that linear probing is the fastest in general than other
> implemenataions.
> but what i'm confused a bout is when the collisions are frequent,which of
> these implementations will allow fastest searches?


Ask in news:comp.programming. Your question has nothing to do with
the C++ language itself, but about algorithms.

Once you have selected an algorithm, if you have problems coding it
correctly in standard C++, post your problem code here and ask for
help.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help on hashing multiple keys and values Adam Adam Ruby 8 04-17-2011 04:30 PM
Simple MD5 Hashing - Please Help!!! fred@fredthomas.co.uk Perl Misc 2 05-23-2006 11:10 AM
Hashing Passwords Showjumper ASP .Net 2 12-22-2005 12:20 AM
Password Hashing and User Authentication =?Utf-8?B?QnJpYW4=?= ASP .Net 0 06-06-2005 01:37 PM
Password Hashing and Salting - Recommended Reading Guadala Harry ASP .Net 4 09-12-2004 08:43 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57