Package: liqueueR 0.0.5
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.5.tar.gz
liqueueR_0.0.5.zip(r-4.7)liqueueR_0.0.5.zip(r-4.6)liqueueR_0.0.5.zip(r-4.5)
liqueueR_0.0.5.tgz(r-4.6-any)liqueueR_0.0.5.tgz(r-4.5-any)
liqueueR_0.0.5.tar.gz(r-4.7-any)liqueueR_0.0.5.tar.gz(r-4.6-any)
liqueueR_0.0.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:aed10170c4. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 109 | ||
| source / vignettes | OK | 162 | ||
| linux-release-x86_64 | OK | 111 | ||
| macos-release-arm64 | OK | 131 | ||
| macos-oldrel-arm64 | OK | 101 | ||
| windows-devel | OK | 121 | ||
| windows-release | OK | 52 | ||
| windows-oldrel | OK | 58 | ||
| wasm-release | OK | 81 |
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 |
