Click or drag to resize
MaxPQKeyInsert Method
Adds a new key to this priority queue.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Insert(
	Key x
)

Parameters

x
Type: Key
x the key to add to this priority queue
See Also