Package: liqueueR 0.0.4
Andrew Collier
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.
Authors:
liqueueR_0.0.4.tar.gz
liqueueR_0.0.4.zip(r-4.5)liqueueR_0.0.4.zip(r-4.4)liqueueR_0.0.4.zip(r-4.3)
liqueueR_0.0.4.tgz(r-4.4-any)liqueueR_0.0.4.tgz(r-4.3-any)
liqueueR_0.0.4.tar.gz(r-4.5-noble)liqueueR_0.0.4.tar.gz(r-4.4-noble)
liqueueR_0.0.4.tgz(r-4.4-emscripten)liqueueR_0.0.4.tgz(r-4.3-emscripten)
liqueueR.pdf |liqueueR.html✨
liqueueR/json (API)
# Install 'liqueueR' in R: |
install.packages('liqueueR', repos = c('https://datawookie.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/datawookie/liqueuer/issues
Last updated 8 years agofrom:91a217f5be. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-win | OK | Oct 29 2024 |
R-4.5-linux | OK | Oct 29 2024 |
R-4.4-win | OK | Oct 29 2024 |
R-4.4-mac | OK | Oct 29 2024 |
R-4.3-win | OK | Oct 29 2024 |
R-4.3-mac | OK | Oct 29 2024 |
Exports:PriorityQueueQueueStack
Readme and manuals
Help Manual
Help page | Topics |
---|---|
A PriorityQueue reference class | PriorityQueue PriorityQueue-class |
A Queue reference class | Queue Queue-class |
A Stack reference class | Stack Stack-class |