Skip to content

passy/TrieSuggest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrieSuggest

Programming exercise for Coding for Interviews 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.

Building

cabal configure
cabal build
dist/build/suggest/suggest

About

Toy program in Haskell using tries to implement some autocompletion stuff

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages