Click or drag to resize
Accord.NET (logo)

PriorityQueueTRemove Method

Removes a node from the queue. The node does not need to be the head of the queue. This is an O(log n) operation.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public void Remove(
	PriorityQueueNode<T> node
)
Request Example View Source

Parameters

node
Type: Accord.CollectionsPriorityQueueNodeT
See Also