Introduction - If you have any usage issues, please Google them yourself
Hashtable realize procedure, you can automatically scan a TXT file all the words, and for these words create a hash table to statistical word appears in the article number. This procedure using a linear method to detect re-hash of dealing with conflict, to support the print HASHLIST, it is easy to see that word in the table location, easy to understand the hash table.
Packet : 49636948hashlist.rar filelist
HashList\christmas_carol.txt
HashList\Def.h
HashList\Function.cpp
HashList\Main.cpp
HashList