Package: R6DS 1.2.0

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.

Authors:Yukai Yang [aut, cre]

R6DS_1.2.0.tar.gz
R6DS_1.2.0.zip(r-4.5)R6DS_1.2.0.zip(r-4.4)R6DS_1.2.0.zip(r-4.3)
R6DS_1.2.0.tgz(r-4.5-any)R6DS_1.2.0.tgz(r-4.4-any)R6DS_1.2.0.tgz(r-4.3-any)
R6DS_1.2.0.tar.gz(r-4.5-noble)R6DS_1.2.0.tar.gz(r-4.4-noble)
R6DS_1.2.0.tgz(r-4.4-emscripten)R6DS_1.2.0.tgz(r-4.3-emscripten)
R6DS.pdf |R6DS.html
R6DS/json (API)
NEWS

# Install 'R6DS' in R:
install.packages('R6DS', repos = c('https://yukai-yang.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/yukai-yang/r6ds/issues

On CRAN:

Conda:

binary-search-treesdata-structuresdequedictionarydoubly-linked-listfunctional-programmingmapqueuereference-classstacktraversal

3.40 score 5 stars 5 scripts 174 downloads 8 exports 1 dependencies

Last updated 2 years agofrom:760a9587d8. Checks:1 OK, 8 NOTE. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKMar 06 2025
R-4.5-winNOTEMar 06 2025
R-4.5-macNOTEMar 06 2025
R-4.5-linuxNOTEMar 06 2025
R-4.4-winNOTEMar 06 2025
R-4.4-macNOTEMar 06 2025
R-4.4-linuxNOTEMar 06 2025
R-4.3-winNOTEMar 06 2025
R-4.3-macNOTEMar 06 2025

Exports:RBSTRDequeRDictRDLLRQueueRSetRStackversion

Dependencies:R6