Exemplo n.º 1
0
 /**
  * Constructs an empty BinomialQueue.
  */
 public function __construct($size = 0)
 {
     parent::__construct();
     $this->treeList = new LinkedList();
 }