A simple R-based implementation of a Trie (a.k.a. digital tree/radix tree/prefix tree) A trie, also called digital tree and sometimes radix tree or prefix tree is a kind of search tree. This ordered tree data structure is used to store a dynamic set or associative array where the keys are usually strings.
Package details |
|
---|---|
Maintainer | Casimir Saternos <cas.saternos@gmail.com> |
License | MIT + file LICENSE |
Version | 0.1.1 |
URL | https://github.com/ezgraphs/rtrie |
Package repository | View on GitHub |
Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.