Search found 2 matches

by praxiiz
Fri May 01, 2009 4:04 pm
Forum: MQ2::Macros::Snippets
Topic: Priority Queue
Replies: 53
Views: 19531

This data structure can be used to hold a queue (or list of sorts) for commands. There are many things that it can be used for, but the purpose that I specifically had in mind when I wrote it is to go along with a loop that processes commands. The priority queue has several commands: qAdd command ta...
by praxiiz
Thu Apr 30, 2009 1:17 pm
Forum: MQ2::Macros::Snippets
Topic: Priority Queue
Replies: 53
Views: 19531

Priority Queue

I'm new to these forums, and thought I would make an attempt to post something useful. |********************************************************************| | Module: PriorityQueue v0.7 by Praxiiz Spectreon | |********************************************************************| | | | Purpose: This...