Skip to content

Instantly share code, notes, and snippets.

@gonzedge
Created February 10, 2012 01:30
Show Gist options
  • Select an option

  • Save gonzedge/1785194 to your computer and use it in GitHub Desktop.

Select an option

Save gonzedge/1785194 to your computer and use it in GitHub Desktop.
Rambling Trie: A custom Trie data structure implementation in Ruby
trie.add_branch_from('word')
require 'rambling-trie'
trie = Rambling::Trie.new
trie = Rambling::Trie.new('/path/to/dictionary')
gem 'rambling-trie'
gem install rambling-trie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment