Represents the priority queue data structure.

Namespace: LSCollections
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class PriorityQueue : ICollection, 
	IEnumerable
Visual Basic
Public Class PriorityQueue _
	Implements ICollection, IEnumerable
Visual C++
public ref class PriorityQueue : ICollection, 
	IEnumerable

Inheritance Hierarchy

System..::..Object
  LSCollections..::..PriorityQueue

See Also