Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 255 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 255 Bytes

Trie

An implemetation of a Trie in haskell

The sample program main.hs loads words from a file and gives the first 5 autocompletions for the words you type.

Example :

![sample run](./Screen\ Shot\ 2014-02-17\ at\ 8.19.28\ PM.png "A sample run")