Sha256: e0e7f80fc366f2636e54fd8cd3bc8ab5319a3b03c38f4e20b098990815dd542b

Contents?: true

Size: 830 Bytes

Versions: 1

Compression:

Stored size: 830 Bytes

Contents

---
name:
  pqueue

version:
  2.1.0

title:
  PQueue

summary:
  Queue of Prioritized Elements

description:
  A priority queue is like a standard queue, except that each inserted elements
  is given a certain priority, based on the result of the comparison block given
  at instantiation time. Retrieving an element from the queue will always return
  the one with the highest priority.

resources:
  home: http://rubyworks.github.com/pqueue
  code: http://github.com/rubyworks/pqueue
  bugs: http://github.com/rubyworks/pqueue/issues

repositories:
  upstream: git://github.com/rubyworks/pqueue.git

authors:
  - Trans <transfire@gmail.com>
  - K. Kodama
  - Ronald Butler
  - Olivier Renaud
  - Rick Bradley

organization:
  Rubyworks

created:
  2001-03-10

copyrights:
  - (c) 2009 Rubyworks (BSD-2)
  - (c) 2001 K. Kodama

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pqueue-2.1.0 Index.yml