racket/collects/tests/data
Robby Findler 98633665b3 extend data/queue library
- add enqueue-front!

- add queue-filter!

- use the predicates instead of the /c contracts

- make queue-length take constant time

- add some random tests

- note the running times of all of the operations in the docs

- make queues be sequences directly (and use make-do-sequence
  to implement in-queue instead of building a list)

- added non-empty-queue? (note extra hypen as compared
  to the past; this seems better since the function
  wasn't exported before and we already have other
  functions named "non-empty-<something>" but not
  others namedn "nonempty-<something>")
2012-11-21 11:10:02 -06:00
..
gvector.rkt adding gvector-remove-last! 2012-01-30 16:14:22 -07:00
heap.rkt Newlines at EOFs. 2012-11-06 14:07:15 -05:00
order.rkt data/order: added support for transparent structs, added tests 2011-10-30 18:51:16 -06:00
ordered-dict.rkt
queue.rkt extend data/queue library 2012-11-21 11:10:02 -06:00