Skip to content
/ trie Public

A basic Elixir implementation of the Trie data structure

License

Notifications You must be signed in to change notification settings

dimitarvp/trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This module contains the type and functions to work with a Trie (tree data structure).

Generate the documentation by running mix docs and visit doc/index.html. The most relevant documentation is at the top of the Trie module.

Testing plus coverage report: mix test --cover. The coverage info is located in cover/modules.html

TODO

  • Improve documentation on how can the Trie be traversed via the Access module.

About

A basic Elixir implementation of the Trie data structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages