An open API service indexing awesome lists of open source software.

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

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:

![BTree Dictionary](screenshots/s1.png)

![BTree Dictionary](screenshots/s2.png)

![BTree Dictionary](screenshots/s3.png)

![BTree Dictionary](screenshots/s4.png)