Britbot
Classes | Namespaces
PriorityQueue/HeapPriorityQueue.cs File Reference

Go to the source code of this file.

Classes

class  Britbot.PriorityQueue.HeapPriorityQueue< T >
 An implementation of a min-Priority Queue using a heap. Has O(1) .Contains()! See https://bitbucket.org/BlueRaja/high-speed-priority-queue-for-c/wiki/Getting%20Started for more information. More...

Namespaces

package  Britbot.PriorityQueue