项目作者: OrthantBing

项目描述 :
Priority Queue class in PERL
高级语言: Perl
项目地址: git://github.com/OrthantBing/PriorityQueue.git
创建时间: 2017-02-14T10:41:58Z
项目社区:https://github.com/OrthantBing/PriorityQueue

开源协议:

下载


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.