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 06 Nov. 2024.
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

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  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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