A specialized priority queue that contains nodes which are
prioritized by associated int values.
Namespace: yWorks.yFiles.Algorithms.UtilAssembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public class ListIntNodePQ : IIntNodePQ |
| Visual Basic |
|---|
Public Class ListIntNodePQ _ Implements IIntNodePQ |
Remarks
A specialized priority queue that contains nodes which are
prioritized by associated int values.
This queue is designed for efficiency in scenario's where the
set of possible integral priority keys is small and
tight (i.e their values are not far apart).
Typical int values chosen are the degree of a node.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.Algorithms.Util..::..ListIntNodePQ
yWorks.yFiles.Algorithms.Util..::..ListIntNodePQ