Package: rtrie
Type: Package
Title: A Simple R-Based Implementation of a Trie (A.k.a. Digital
        Tree/Radix Tree/Prefix Tree)
Version: 0.1.1
Authors@R: person("Casimir", "Saternos", email="cas.saternos@gmail.com", role = c('aut','cre'))
Maintainer: Casimir Saternos <cas.saternos@gmail.com>
Description: 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.
License: MIT + file LICENSE
LazyData: true
BugReports: https://github.com/ezgraphs/rtrie/issues
URL: https://github.com/ezgraphs/rtrie
Depends: R (>= 2.10)
Suggests: knitr(>= 1.14), rmarkdown(>= 1.2), testthat(>= 1.0.2),
        microbenchmark(>= 1.4-2.1)
RoxygenNote: 5.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-01-05 20:23:10 UTC; cs
Author: Casimir Saternos [aut, cre]
Repository: CRAN
Date/Publication: 2017-01-06 11:28:59
