项目作者: OrthantBing
项目描述 :
Priority Queue class in PERL
高级语言: Perl
项目地址: git://github.com/OrthantBing/PriorityQueue.git
PriorityQueue
Priority Queue class in PERL:
Subclass this perl module and override the _CompareTo
function to implement the comparison result between the object you are going to use in the queue. Default implementation is for numbers.