Microsoft.Samples.Collections

Heap Constructor

Default constructor

Overload List

Default constructor

public Heap();

Construct a heap specifying an object to perform comparisons between heap members

public Heap(IComparer);

Construct a heap specifying an object to perform comparisons between heap members and a dynamic allocation size.

public Heap(IComparer,int);

Special constructor for serialization.

protected Heap(SerializationInfo,StreamingContext);

See Also

Heap Class | Microsoft.Samples.Collections Namespace