Other packages > Find by keyword >

datastructures  

Implementation of Core Data Structures
View on CRAN: Click here


Download and install datastructures package within the R console
Install from CRAN:
install.packages("datastructures")

Install from Github:
library("remotes")
install_github("cran/datastructures")

Install by package version:
library("remotes")
install_version("datastructures", "0.2.9")



Attach the package and use:
library("datastructures")
Maintained by
Simon Dirmeier
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-07-09
Latest Update:
Description:
Implementation of advanced data structures such as hashmapsheaps or queues. Advanced data structures are essentialin many computer science and statistics problems for example graphalgorithms or string analysis. The package uses Boost and STL datatypes and extends these to R with Rcpp modules.
How to cite:
Simon Dirmeier (2017). datastructures: Implementation of Core Data Structures. R package version 0.2.9, https://cran.r-project.org/web/packages/datastructures. Accessed 16 Jul. 2026.
Previous versions and publish date:
(2026-07-09 07:30), 0.1.0 (2017-07-09 16:24), 0.2.0 (2017-07-15 22:49), 0.2.1 (2018-01-21 18:31), 0.2.5 (2018-03-13 01:00), 0.2.6 (2018-05-02 13:13), 0.2.7 (2018-08-16 23:20), 0.2.8 (2018-12-19 14:00), 0.2.9 (2020-08-10 13:20)
Other packages that cited datastructures R package
View datastructures citation profile
Other R packages that datastructures depends, imports, suggests or enhances
Functions, R codes and Examples using the datastructures R package
Some associated functions: at-methods . bimap-class . bimap . binomial_heap-class . binomial_heap . clear-methods . datastructures-package . decrease_key-methods . deque-class . erase-methods . fibonacci_heap-class . fibonacci_heap . handle-methods . hashmap-class . hashmap . heap-class . insert-methods . keys-methods . map-class . multimap-class . multimap . peek-methods . pop-methods . queue-class . queue . size-methods . stack-class . stack . sub-unordered_map-vector-missing-missing-method . subset-bimap-vector-missing-vector-method . subset-heap-vector-missing-list-method . subset-heap-vector-missing-matrix-method . subset-heap-vector-missing-vector-method . subset-unordered_map-vector-missing-ANY-method . subset-unordered_map-vector-missing-list-method . subset-unordered_map-vector-missing-vector-method . unordered_map-class . values-methods . 
Some associated R codes: checks.R . datastructures-package.R . ds_deque.R . ds_deque_queue.R . ds_deque_stack.R . ds_heap.R . ds_heap_binomial.R . ds_heap_fibonacci.R . ds_map.R . ds_map_bimap.R . ds_map_hashmap.R . ds_map_multimap.R . ds_map_unordered.R . methods_at.R . methods_clear.R . methods_decrease.R . methods_erase.R . methods_handle.R . methods_insert.R . methods_keys.R . methods_peek.R . methods_pop.R . methods_size.R . methods_values.R . zzz.R .  Full datastructures package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

stevedata  
Steve's Toy Data for Teaching About a Variety of Methodological, Social, and Political Topics
This is a collection of various kinds of data with broad uses for teaching. My students, and academ ...
Download / Learn more Package Citations See dependency  
bbdetection  
Identification of Bull and Bear States of the Market
Implements two algorithms of detecting Bull and Bear markets in stock prices: the algorithm of Pagan ...
Download / Learn more Package Citations See dependency  
tarchetypes  
Archetypes for Targets
Function-oriented Make-like declarative pipelines for Statistics and data science are supported in t ...
Download / Learn more Package Citations See dependency  
Rnmr1D  
Perform the Complete Processing of a Set of Proton Nuclear Magnetic Resonance Spectra
Perform the complete processing of a set of proton nuclear magnetic resonance spectra from the free ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
schoolmath  
Functions and Datasets for Math Used in School
Contains functions and datasets for math taught in school. A main focus is set to prime-calculation. ...
Download / Learn more Package Citations See dependency  

27,806

R Packages

239,283

Dependencies

73,837

Author Associations

27,807

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA