Ecosyste.ms: Awesome
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: 1 day ago
JSON representation
College Project - A Tree Based dictionary in C.
- Host: GitHub
- URL: https://github.com/shivam5992/dynamic_dictionary
- Owner: shivam5992
- Created: 2013-07-12T14:39:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-31T12:18:42.000Z (over 11 years ago)
- Last Synced: 2024-04-16T03:51:50.423Z (8 months ago)
- Language: C++
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.