Enhanced C#
Language of your choice: library documentation
Public Member Functions | List of all members
Loyc.Collections.MaxHeapInList< T > Class Template Reference

This priority queue wrapper type is returned from the AsMaxHeap() extension method. More...


Source file:
Inheritance diagram for Loyc.Collections.MaxHeapInList< T >:

Remarks

This priority queue wrapper type is returned from the AsMaxHeap() extension method.

Public Member Functions

 MaxHeapInList (IList< T > list=null, IComparer< T > comparer=null, Action< T, int > onItemMoved=null)