CMD + K

r-r6ds

Community

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_test::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 16:42

License

GPL-3

Total Downloads

1

Supported Platforms

noarch