Skip to content

phonhay103/C_BTree_Dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English Dictionary using B-Tree

OS

  • Linux

Features

  • Search word
  • Add word
  • Delete word
  • Edit word

Libraries

Directory

.
├── data                   # Dictionary data
├── GUI                    # GTK
├── lib                    # Libraries
├── log
├── main.c
└── README.md