Provides three classes: Queue, PriorityQueue and Stack. Queue is just a "plain vanilla" FIFO queue; PriorityQueue orders items according to priority. Stack implements LIFO.
Version: | 0.0.1 |
Imports: | itertools, methods |
Suggests: | testthat, iterators |
Published: | 2016-08-22 |
DOI: | 10.32614/CRAN.package.liqueueR |
Author: | Andrew Collier [aut, cre] |
Maintainer: | Andrew Collier <andrew at exegetic.biz> |
License: | GPL-3 |
URL: | https://github.com/DataWookie/liqueueR |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | liqueueR results |
Reference manual: | liqueueR.pdf |
Package source: | liqueueR_0.0.1.tar.gz |
Windows binaries: | r-devel: liqueueR_0.0.1.zip, r-release: liqueueR_0.0.1.zip, r-oldrel: liqueueR_0.0.1.zip |
macOS binaries: | r-release (arm64): liqueueR_0.0.1.tgz, r-oldrel (arm64): liqueueR_0.0.1.tgz, r-release (x86_64): liqueueR_0.0.1.tgz, r-oldrel (x86_64): liqueueR_0.0.1.tgz |
Reverse imports: | bigmatch |
Please use the canonical form https://CRAN.R-project.org/package=liqueueR to link to this page.