Data structure and algorithm lab
The project using C language and Btree library and soundex.
Work only on Linux Compile command: gcc main.c soundex.c -o main -lbt -Lbtree/lib -Ibtree/inc
User can search for a word in English and the dictionary will return the word in Vietnamese.
Searching for incomplete word will return the first 10 words with the same soundex.
The dictionary allow users to add, remove a word stored in the dictionary.