Other packages > Find by keyword >

rstackdeque  

Persistent Fast Amortized Stack and Queue Data Structures
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("rstackdeque", "1.1.1")



Attach the package and use:
library("rstackdeque")
Maintained by
Shawn T. O'Neil
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-12-05
Latest Update: 2015-04-13
Description:
Provides fast, persistent (side-effect-free) stack, queue and deque (double-ended-queue) data structures. While deques include a superset of functionality provided by queues, in these implementations queues are more efficient in some specialized situations. See the documentation for rstack, rdeque, and rpqueue for details.
How to cite:
Shawn T. O'Neil (2014). rstackdeque: Persistent Fast Amortized Stack and Queue Data Structures. R package version 1.1.1, https://cran.r-project.org/web/packages/rstackdeque. Accessed 18 Feb. 2025.
Previous versions and publish date:
1.1 (2014-12-05 01:31)
Other packages that cited rstackdeque R package
View rstackdeque citation profile
Other R packages that rstackdeque depends, imports, suggests or enhances
Complete documentation for rstackdeque
Functions, R codes and Examples using the rstackdeque R package
Some associated functions: as.data.frame.rdeque . as.data.frame.rpqueue . as.data.frame.rstack . as.list.rdeque . as.list.rpqueue . as.list.rstack . as.rdeque.default . as.rdeque . as.rpqueue.default . as.rpqueue . as.rstack.default . as.rstack . empty . empty.rdeque . empty.rpqueue . empty.rstack . fixd . fixd.rdeque . head.rdeque . head.rpqueue . head.rstack . insert_back . insert_back.rdeque . insert_back.rpqueue . insert_front . insert_front.rdeque . insert_top . insert_top.rstack . length.rdeque . length.rpqueue . length.rstack . makeequal . makeequal.rpqueue . peek_back-set-.rdeque . peek_back-set . peek_back . peek_back.rdeque . peek_front-set-.rdeque . peek_front-set-.rpqueue . peek_front-set . peek_front . peek_front.rdeque . peek_front.rpqueue . peek_top-set-.rstack . peek_top-set . peek_top . peek_top.rstack . print.rdeque . print.rpqueue . print.rstack . rdeque . rev.rstack . rotate . rotate.rpqueue . rpqueue . rstack . rstacknode . without_back . without_back.rdeque . without_front . without_front.rdeque . without_front.rpqueue . without_top . without_top.rstack . 
Some associated R codes: as.data.frame.rdeque.R . as.data.frame.rpqueue.R . as.data.frame.rstack.R . as.list.rdeque.R . as.list.rpqueue.R . as.list.rstack.R . as.rdeque.R . as.rdeque.default.R . as.rpqueue.R . as.rpqueue.default.R . as.rstack.R . as.rstack.default.R . empty.R . empty.rdeque.R . empty.rpqueue.R . empty.rstack.R . fixd.R . fixd.rdeque.R . head.rdeque.R . head.rpqueue.R . head.rstack.R . insert_back.R . insert_back.rdeque.R . insert_back.rpqueue.R . insert_front.R . insert_front.rdeque.R . insert_top.R . insert_top.rstack.R . length.rdeque.R . length.rpqueue.R . length.rstack.R . makeequal.R . makeequal.rpqueue.R . peek_back-set.R . peek_back-set.rdeque.R . peek_back.R . peek_back.rdeque.R . peek_front-set.R . peek_front-set.rdeque.R . peek_front-set.rpqueue.R . peek_front.R . peek_front.rdeque.R . peek_front.rpqueue.R . peek_top-set.R . peek_top-set.rstack.R . peek_top.R . peek_top.rstack.R . print.rdeque.R . print.rpqueue.R . print.rstack.R . rdeque.R . rev.rstack.R . rotate.R . rotate.rpqueue.R . rpqueue.R . rstack.R . rstacknode.R . without_back.R . without_back.rdeque.R . without_front.R . without_front.rdeque.R . without_front.rpqueue.R . without_top.R . without_top.rstack.R .  Full rstackdeque package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
Download / Learn more Package Citations See dependency  
RobustBayesianCopas  
Robust Bayesian Copas Selection Model
Fits the robust Bayesian Copas (RBC) selection model of Bai et al. (2020) for cor ...
Download / Learn more Package Citations See dependency  
fclust  
Fuzzy Clustering
Algorithms for fuzzy clustering, cluster validity indices and plots for cluster validity and visuali ...
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  
MOSS  
Multi-Omic Integration via Sparse Singular Value Decomposition
High dimensionality, noise and heterogeneity among samples and features challenge the omic integrat ...
Download / Learn more Package Citations See dependency  
ppmf  
Read Census Privacy Protected Microdata Files
Implements data processing described in to align modern differentially ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

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