can anyone help me wif the topic above? any data structures that is used?
thanks mate
This is a discussion on BST implementation of priority queues within the C Programming forums, part of the General Programming Boards category; can anyone help me wif the topic above? any data structures that is used? thanks mate...
can anyone help me wif the topic above? any data structures that is used?
thanks mate
>BST implementation of priority queues
>any data structures that is used?
Um...a BST perhaps? You answered your own question.To be more specific, why don't you do some research on heaps. They are excellent tree based data structures for a priority queue.
-Prelude
My best code is written with the delete key.