Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kayday
  • Content: Threads
  • Order by date
  1. kayday

    Minimum priority queue

    What changes should I make to my maximum heap-based priority queue, that is max. value is on root, to be minimum heap-based priority queue, that is min. value on top ?? Below is codes my for maximum heap-based: #ifndef HEAPH #define HEAPH #include<iostream> #include<cassert> using namespace...

Part and Inventory Search

Back
Top