Search found 1 match
- Sat Dec 15, 2018 7:07 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Priority Queue Exercise
- Replies: 10
- Views: 5584
Priority Queue Exercise
I have to do this Imagine you're writing a little program to categorize bugs in a game and you want to push the bugs into a queue. The bugs will have a char priority(level) of 'A', 'B', or 'C'. I want you to create a small class (or struct) for the bugs and they only have to have two properties: A c...