Skip to content

ntd254/Dictionary-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dictionary-project

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

Feature

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.

About

Data structure and algorithm lab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages