Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 358 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 358 Bytes

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