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

https://github.com/shivam5992/dynamic_dictionary

College Project - A Tree Based dictionary in C.
https://github.com/shivam5992/dynamic_dictionary

Last synced: 6 months ago
JSON representation

College Project - A Tree Based dictionary in C.

Awesome Lists containing this project

README

          

Dynamic_Dictionary
==================

A Tree Based dictionary in C.

It uses binary tree for storing words, User can add, modify or delete the words.