Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emdneto/trie-app

A simple trie implementation and prefix suggestion application
https://github.com/emdneto/trie-app

Last synced: 1 day ago
JSON representation

A simple trie implementation and prefix suggestion application

Awesome Lists containing this project

README

        

# 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.