I need it for an implementation of Dijkstra's algorithm, and I do have my own implementation but documenting my code would be easier with java's own classes.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
what do you mean 'indexed'? Priority queue doesn't support indexing, unless it won't be queue any more. Java supports standard Priority Queue like C++ STL. It can be found in java.util namespace as PriorityQueue. |
|||
|
