My Project
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
PriorityQueue< P, V > Class Template Reference

Based on http://blogs.msdn.com/b/ericlippert/archive/2007/10/08/path-finding-using-a-in-c-3-0-part-three.aspx Backported to C# 2.0. More...

Public Member Functions

void Enqueue (V value, P priority)
 
Dequeue ()
 
bool Replace (V value, P oldPriority, P newPriority)
 
override string ToString ()
 
int GetCount ()
 

Properties

bool IsEmpty [get]
 

Detailed Description

Based on http://blogs.msdn.com/b/ericlippert/archive/2007/10/08/path-finding-using-a-in-c-3-0-part-three.aspx Backported to C# 2.0.


The documentation for this class was generated from the following file: