emdneto / trie-app

A simple trie implementation and prefix suggestion application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trie-app

A simple trie implementation and prefix suggestion application

Usage:

https://trie-app.herokuapp.com/?string=am&lang=pt&limit=16

Where:

  • string: prefix to be searched;
  • limit: number of prefix complete-words that are available;
  • lang: language for the string. Use "en" for English prefixes and "pt" for Portuguese prefixes.

About

A simple trie implementation and prefix suggestion application

License:The Unlicense


Languages

Language:Python 99.4%Language:Procfile 0.6%