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

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++

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