Package: liqueueR
Type: Package
Title: Implements Queue, PriorityQueue and Stack Classes
Version: 0.0.1
Authors@R: person("Andrew", "Collier", email = "andrew@exegetic.biz", role = c("aut", "cre"))
Description: Provides three classes: Queue, PriorityQueue and Stack. Queue is just a
    "plain vanilla" FIFO queue; PriorityQueue orders items according to priority. Stack implements LIFO.
URL: https://github.com/DataWookie/liqueueR
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: itertools, methods
Suggests: testthat, iterators
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-08-22 12:23:56 UTC; colliera
Author: Andrew Collier [aut, cre]
Maintainer: Andrew Collier <andrew@exegetic.biz>
Repository: CRAN
Date/Publication: 2016-08-22 19:53:24
Built: R 4.6.0; ; 2025-11-02 02:28:49 UTC; windows
