https://github.com/vietanhdev/btree-dictionary
Dictionary implemented using Binary Tree in C Language
https://github.com/vietanhdev/btree-dictionary
binary-tree c dictionary gtk
Last synced: about 1 month ago
JSON representation
Dictionary implemented using Binary Tree in C Language
- Host: GitHub
- URL: https://github.com/vietanhdev/btree-dictionary
- Owner: vietanhdev
- Created: 2017-09-26T04:35:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T07:50:45.000Z (over 8 years ago)
- Last Synced: 2025-01-13T06:42:27.624Z (over 1 year ago)
- Topics: binary-tree, c, dictionary, gtk
- Language: C
- Homepage:
- Size: 21.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BTree Dictionary
**Authors:** Viet Anh, Phuong Anh, Tien Dat
## Build:
- Run `init_btree_lib.sh` to compile Btree library.
- Build `run`:
```sh
make clean
make
```
## Screenshots:



