Skip to content

Use HashTable to count the string array, quickly when the array is big and complicate.

License

Notifications You must be signed in to change notification settings

wangershi/HashTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HashTable

Use HashTable to count the string array, quickly when the array is big and complicate.

Many codes are from 哈希表之bkdrhash算法解析及扩展, it's a Chinese blog.

Run in Linux

cd ./

./HashTable.out > result.txt

Compile

cd ./

g++ -std=c++11 -o HashTable.out HashTable.cpp

About

Use HashTable to count the string array, quickly when the array is big and complicate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages