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 11 Mar. 2026.
Previous versions and publish date:
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

sorocs  
A Bayesian Semiparametric Approach to Correlated ROC Surfaces
A Bayesian semiparametric Dirichlet process mixtures to estimate correlated receiver operating chara ...
Download / Learn more Package Citations See dependency  
roptions  
Option Strategies and Valuation
Collection of tools to develop options strategies, value option contracts using the Black-Scholes-Me ...
Download / Learn more Package Citations See dependency  
openNLPdata  
Apache OpenNLP Jars and Basic English Language Models
Apache OpenNLP jars and basic English language models. ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
igoR  
Intergovernmental Organizations Database
Tools to extract information from the Intergovernmental Organizations ('IGO') Database , version 3, ...
Download / Learn more Package Citations See dependency  
histogram  
Construction of Regular and Irregular Histograms with Different Options for Automatic Choice of Bins
Automatic construction of regular and irregular histograms as described in Rozenholc/Mildenberger/Ga ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,376

Author Associations

26,294

Publication Badges

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