abisubramanya27 / Dictionary-Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dictionary-Application

This is a mini dictionary application which uses trees to answer queries relating to search, suggest , insert and remove words efficiently. The dictionary loads words at the start of the program and stores all the words and changes at the end of program in a human readable text file, in which contains each word, it's meaning, synonym and example is stored in a single line terminates by "$".

About


Languages

Language:C++ 100.0%