Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / devel / ruby-priority-queue / DESCR
blobad9e85b124ee9e575cb6cb91bd9fac5cd17c5d93
1 This is a fibonacci-heap priority-queue implementation.  This project
2 is different from K. Kodamas PQueue in that it allows a decrease key
3 operation.  That makes PriorityQueue usable for algorithms like
4 dijkstras shortest path algorithm, while PQueue is more suitable for
5 Heapsort and the like.