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

https://github.com/passy/triesuggest

Toy program in Haskell using tries to implement some autocompletion stuff
https://github.com/passy/triesuggest

Last synced: over 1 year ago
JSON representation

Toy program in Haskell using tries to implement some autocompletion stuff

Awesome Lists containing this project

README

          

TrieSuggest
===========

Programming exercise for [Coding for Interviews](http://codingforinterviews.com/)
implementing a trie-based autocompleter in Haskell. The dictionary is loaded
from `/usr/share/dict/words`. Also, I suck at Haskell, but that was the whole
point of making it.

Licensed under [WTFPL](http://www.wtfpl.net/).

Building
--------

cabal configure
cabal build
dist/build/suggest/suggest