Spiros Bousbouras wrote:
Sadly I have no idea how to access this either using
a newsreader or Google.
The following will be a copy of the message I replied to originally,
with full header. Now STFU.
From: "Julia" <
[email protected]>
Subject: Re: which hash table - chained or open-addressed?
Date: 22 Jan 2007 09:30:34 -0800
Message-ID: <
[email protected]>
References: <
[email protected]>
<
[email protected]>
Lines: 37
Path:
uni-berlin.de!fu-berlin.de!postnews.google.com!s34g2000cwa.googlegroups.
com!not-for-mail
Newsgroups: comp.lang.c
Organization:
http://groups.google.com
NNTP-Posting-Host: 192.5.156.252
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Trace: posting.google.com 1169487042 14418 127.0.0.1 (22 Jan 2007
17:30:42 GMT)
X-Complaints-To: (e-mail address removed)
NNTP-Posting-Date: Mon, 22 Jan 2007 17:30:42 +0000 (UTC)
In-Reply-To: <
[email protected]>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
SV1; Maxthon; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe)
Complaints-To: (e-mail address removed)
Injection-Info: s34g2000cwa.googlegroups.com;
posting-host=192.5.156.252;
posting-account=u4JDkAwAAACvsziS7ugRuNEgAx5auEdg
Xref: uni-berlin.de comp.lang.c:822529
I checked the wikipedia link and it helps a lot. In my case, the key
value is relatively continuous but with a few empty slots and a few
outside-range values, for example, 3, 102, 103, 104, 106, 107, 108,
109, 110, 112, 113, 114, 115, 116, ....120, 13000. However, for the
different calling to hash table, the starting value can be very
different, for example, 102 at one calling, and 20333556 at another
calling. I guess open-addressing hash table should be OK for my
application. Am I right?
Best regards,
Julia