How do i an add an elemnt with a given priority into a sorted priority queue???
Please help!!!:( :confused:
Printable View
How do i an add an elemnt with a given priority into a sorted priority queue???
Please help!!!:( :confused:
STL priority queue:
http://www.sgi.com/tech/stl/priority_queue.html
Note that you don't need to download SGI's STL.
You should have the library as part of your compiler.