/dict

A simple dictionary demonstration using trie

Primary LanguagePythonMIT LicenseMIT

Trie dictionary

A simple dictionary demonstration using trie demo

Dependencies

You need to have gtk3 installed in order to run this

Usage

  • To start cli interface
$ python app.py cli
  • To start gtk3 interface
$ python app.py ui

License

MIT