CMD + K

r-r6ds

Anaconda Verified

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.

Installation

To install this package, run one of the following:

Conda
$conda install r::r-r6ds

Usage Tracking

1.2.0
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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.

Last Updated

Oct 15, 2019 at 15:17

License

GPL-3

Total Downloads

276

Supported Platforms

noarch