yukai-yang/R6DS: R6 Reference Class Based Data Structures

Provides reference classes implementing some useful data structures. The package implements these data structures by using the reference class R6. Therefore, the classes of the data structures are also reference classes which means that their instances are passed by reference. The implemented data structures include stack, queue, double-ended queue, doubly linked list, set, dictionary and binary search tree. See for example <https://en.wikipedia.org/wiki/Data_structure> for more information about the data structures.

Getting started

Package details

Maintainer
LicenseGPL-3
Version1.2.0
URL https://github.com/yukai-yang/R6DS
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("yukai-yang/R6DS")
yukai-yang/R6DS documentation built on Aug. 19, 2023, 10:14 p.m.