Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 420 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 420 Bytes

Dictionary

a simple terminal dictionary for rapid auto completion,search and meaning ..

Extended Dictionary

A dictionary with more functionality 

usage

g++ dictionary.cpp -lpthread -o a.out && ./a.out

key points

1 . c++ serialization
1 . loading and saving big data
2 . thread
3 . algorithm (dfs,bfs,trie)