From: "David C. Hoos, Sr." Newsgroups: comp.os.msdos.djgpp References: <99123012352400 DOT 22235 AT sparky DOT lineo DOT com> Subject: Re: Hash Tables, What is it? Lines: 18 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: NNTP-Posting-Host: 158.252.122.157 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread1.prod.itd.earthlink.net 946898847 158.252.122.157 (Mon, 03 Jan 2000 03:27:27 PST) NNTP-Posting-Date: Mon, 03 Jan 2000 03:27:27 PST Organization: EarthLink Network, Inc. X-ELN-Date: Mon Jan 3 03:27:27 2000 X-ELN-Insert-Date: Mon Jan 3 03:27:27 2000 X-Posted-Path-Was: not-for-mail Date: Mon, 03 Jan 2000 11:27:28 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jared Stevens wrote in message news:99123012352400 DOT 22235 AT sparky DOT lineo DOT com... > Anybody know what a hash table is? > A good short explanation can be found at: http://ciips.ee.uwa.edu.au/~morris/Year2/PLDS210/hash_tables.html -- David C. Hoos -- W1DCH ------------------------------------- The primary purpose of the DATA statement is to give names to constants; instead of referring to pi as 3.141592653589793 at every appearance, the variable PI can be given that value with a DATA statement and used instead of the longer form of the constant. This also simplifies modifying the program, should the value of pi change. -- FORTRAN manual for Xerox Computers