[go: up one dir, main page]

Menu

Commit [r576]  Maximize  Restore  History

alvarado: @ADD: The new data structure lti::priorityQueue is simpler alternative to the std::priority_queue, with the main difference that an identifier for the internal elements is kept valid as soon as the elements exists, no matter of changes in its position within the queue. This allows for example the efficient implementation of algorithms to merge graph nodes that changes the edges values dynamically.

ltilib 2003-10-21

added /trunk/ltilib/src/math/ltiPriorityQueue.h
added /trunk/ltilib/src/math/ltiPriorityQueue_template.h