C# Class CodingPractice.Heap.MaxHeap

Inheritance: Heap
Show file Open project: cabhishek/algorithms-datastructures

Protected Methods

Method Description
newHole ( int hole, IComparable item ) : int
reheapUp ( IComparable item ) : void

Method Details

newHole() protected method

protected newHole ( int hole, IComparable item ) : int
hole int
item IComparable
return int

reheapUp() protected method

protected reheapUp ( IComparable item ) : void
item IComparable
return void