Jump to content

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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.