Ironholds/triebeard: 'Radix' Trees in 'Rcpp'

'Radix trees', or 'tries', are key-value data structures optimised for efficient lookups, similar in purpose to hash tables. 'triebeard' provides an implementation of 'radix trees' for use in R programming and in developing packages with 'Rcpp'.

Getting started

Package details

AuthorOs Keyes [aut, cre], Drew Schmidt [aut], Yuuki Takano [cph]
MaintainerOs Keyes <ironholds@gmail.com>
LicenseMIT + file LICENSE
Version0.4.1
URL https://github.com/Ironholds/triebeard/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Ironholds/triebeard")
Ironholds/triebeard documentation built on March 12, 2023, 10:35 a.m.