Rasto Novotny Profile
This user has contributed 0 articles, 1 code samples and posted 0 messages in our discussion forums.
Technology Interests
Code Samples-
Priority queue is collection like stack or queue. Objects are pushed into priority front in any order, and a priority is assigned to each object. They can be then popped from priority front ordered by priority. It is able to specify if objects with lower priority are popped first or objects with greater priority are popped first.. 
|