diff --git a/lemon/fourary_heap.h b/lemon/fourary_heap.h --- a/lemon/fourary_heap.h +++ b/lemon/fourary_heap.h @@ -131,29 +131,6 @@ return _comp(p1.second, p2.second); } - int findMin(const int child, const int length) { - int min=child; - if( child+30 && less(p,_data[par]) ) { @@ -167,14 +144,26 @@ void bubbleDown(int hole, Pair p, int length) { if( length>1 ) { int child = firstChild(hole); - while( child