racket/collects/data/scribblings
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
..
data.scrbl Move mzlib/integet-set => data/integer-set 2012-07-20 16:00:47 -04:00
gvector.scrbl Newlines at EOFs. 2012-11-06 14:07:15 -05:00
heap.scrbl Newlines at EOFs. 2012-11-06 14:07:15 -05:00
integer-set.scrbl Newlines at EOFs. 2012-11-06 14:07:15 -05:00
interval-map.scrbl Newlines at EOFs. 2012-11-06 14:07:15 -05:00
order.scrbl adding close-eval at the end of scribble files that have a toplevel evaluator 2012-11-01 15:32:53 -06:00
queue.scrbl extend data/queue library 2012-11-21 11:10:02 -06:00
skip-list.scrbl Newlines at EOFs. 2012-11-06 14:07:15 -05:00
splay-tree.scrbl Newlines at EOFs. 2012-11-06 14:07:15 -05:00