liqueueR: Implements Queue, PriorityQueue and Stack Classes

Provides three classes: Queue, PriorityQueue and Stack. Queue is just a "plain vanilla" FIFO queue; PriorityQueue orders items according to priority. Stack implements LIFO.

Getting started

Package details

AuthorAndrew Collier [aut, cre]
MaintainerAndrew Collier <andrew.b.collier@gmail.com>
LicenseGPL-3
Version0.0.5
URL https://github.com/DataWookie/liqueueR
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("liqueueR")

Try the liqueueR package in your browser

Any scripts or data that you put into this service are public.

liqueueR documentation built on May 30, 2026, 9:08 a.m.