MattAlp / simple-trie

Basic trie class snippet for Crystal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-trie

Basic trie class snippet for Crystal that I copied from a bigger code snippet. It currently does not support anything beyond basic insertion and lookup, and even that is barebones (insert does not return true / false depending on if the sequence already exists).

About

Basic trie class snippet for Crystal

License:MIT License


Languages

Language:Crystal 100.0%