Thread: BST implementation of priority queues

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    1

    BST implementation of priority queues

    can anyone help me wif the topic above? any data structures that is used?
    thanks mate

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. priority inversion due to pthread_mutex_lock(): how to avoid?
    By mynickmynick in forum C Programming
    Replies: 11
    Last Post: 04-07-2009, 10:34 AM
  2. crazy pipe/fork
    By fortune2k in forum C Programming
    Replies: 8
    Last Post: 03-13-2009, 11:28 AM
  3. Priority Queue Help
    By cjwenigma in forum C++ Programming
    Replies: 6
    Last Post: 11-15-2007, 12:48 AM
  4. priority list won't work, i give up
    By teamster in forum C Programming
    Replies: 8
    Last Post: 10-19-2006, 12:26 PM
  5. Priority queue's
    By Cmuppet in forum C Programming
    Replies: 7
    Last Post: 11-23-2004, 02:21 PM