Priority queue: Difference between revisions

m
Line 6,942:
 
=={{header|VBScript}}==
I implementedwrote this priority queue in a class. It uses a dynamic array to implement the class. Function out_of_order must be adapted to the data.
<lang vb>
option explicit