Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shivam5992/dynamic_dictionary

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

Last synced: 1 day 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.