Skip to content

Commit d6b3a11

Browse files
committed
There is no wiki. [admin]
1 parent 851fc75 commit d6b3a11

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
[![Flattr Me](http://api.flattr.com/button/flattr-badge-large.png)](http://flattr.com/thing/324911/Rubyworks-Ruby-Development-Fund)
66

77
[Website](http://rubyworks.github.com/pqueue) ·
8-
[API](http://rubydoc.info/gems/pqueue) ·
9-
[User Guide](http://wiki.github.com/rubyworks/pqueue) ·
8+
[YARD API](http://rubydoc.info/gems/pqueue) ·
109
[Report Issue](http://github.com/rubyworks/pqueue/issues) ·
1110
[Source Code](http://github.com/rubyworks/pqueue)
1211

13-
<br/>
1412

15-
PQueue is a priority queue with array based heap.
13+
## About
1614

15+
PQueue is a priority queue with array based heap.
1716
A priority queue is like a standard queue, except that each inserted
1817
element is given a certain priority, based on the result of the
1918
comparison block given at instantiation time. Also, retrieving an element

0 commit comments

Comments
 (0)