R6DS

R6 Reference Class Based Data Structures

CRAN Package

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.

  • Version1.2.0
  • R versionunknown
  • LicenseGPL-3
  • Needs compilation?No
  • Last release05/21/2019

Documentation


Team


Insights

Last 30 days

The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.

Last 365 days

The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.

Data provided by CRAN


Binaries


Dependencies