Represents the priority queue data structure.
Namespace: LSCollectionsAssembly: 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 |