C++ class implementation using C
There are two implementations: using array (dict.c) and using list (dict2.c). Both of them are available due to redefinition (with -D flag) in makefile.
Future developing plans:
- To add GoodleTest unittests;
- To create dictionary construction from file/stdin;