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: 2023-05-05
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 20 Apr. 2025.
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
03/2103/2503/2603/2804/0704/0804/1204/17Downloads for datastructures0246810121416TrendBars

Today's Hot Picks in Authors and Packages

paramhetero  
Numeric and Visual Comparisons of Heterogeneity in Parametric Models
Performs statistical tests to compare coefficients and residual variance across models. Also provid ...
Download / Learn more Package Citations See dependency  
appler  
'Apple App Store' and 'iTunes' Data Extraction
Using 'Apple App Store' web scraping and 'iTunes' API ...
Download / Learn more Package Citations See dependency  
jsonlite  
A Simple and Robust JSON Parser and Generator for R
A reasonably fast JSON parser and generator, optimized for statistical data and the web. Offers sim ...
Download / Learn more Package Citations See dependency  
japanstat  
Tools for Easy Use of 'e-Stat' API
Provides tools for using the API of 'e-Stat' (), a portal site for Japane ...
Download / Learn more Package Citations See dependency  
negligible  
A Collection of Functions for Negligible Effect/Equivalence Testing
Researchers often want to evaluate whether there is a negligible relationship among variables. The ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

24,098

R Packages

207,311

Dependencies

65,069

Author Associations

24,099

Publication Badges

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