Exemplo n.º 1
0
 public PriorityQueue()
 {
     length   = 0;
     skipList = new SkipList <T>();
 }