C# Class CodingPractice.Heap.MaxHeap

Inheritance: Heap
Afficher le fichier Open project: cabhishek/algorithms-datastructures

Méthodes protégées

Méthode Description
newHole ( int hole, IComparable item ) : int
reheapUp ( IComparable item ) : void

Method Details

newHole() protected méthode

protected newHole ( int hole, IComparable item ) : int
hole int
item IComparable
Résultat int

reheapUp() protected méthode

protected reheapUp ( IComparable item ) : void
item IComparable
Résultat void