https://github.com/thenamankumar/dictionary
A dictionary implementation in c++
https://github.com/thenamankumar/dictionary
Last synced: 8 months ago
JSON representation
A dictionary implementation in c++
- Host: GitHub
- URL: https://github.com/thenamankumar/dictionary
- Owner: thenamankumar
- Created: 2017-08-15T06:21:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T03:17:23.000Z (about 8 years ago)
- Last Synced: 2025-01-17T15:34:12.748Z (over 1 year ago)
- Language: C++
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dictionary
A Dictionary datatype implemented in C++. All code exists in main.cpp
## Methods
The dictionary contains the following methods:
* add
* update
* search
* remove
* prefixSearch