Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Wollega University C++ Code Interview Questions
Questions Answers Views Company eMail

Definition of priority queue was given. We have to implement the priority queue using array of pointers with the priorities given in the range 1..n. The array could be accessed using the variable top. The list corresponding to the array elements contains the items having the priority as the array index. Adding an item would require changing the value of top if it has higher priority than top. Extracting an item would require deleting the first element from the corresponding queue. The following class was given: class PriorityQueue { int *Data[100]; int top; public: void put(int item, int priority); // inserts the item with the given priority. int get(int priority); // extract the element with the given priority. int count(); // returns the total elements in the priority queue. int isEmpty(); // check whether the priority queue is empty or not. }; We had to implement all these class functions.

5016

Post New Wollega University C++ Code Interview Questions


Wollega University C++ Code Interview Questions
    Wollega University C++ Code Interview Questions (1)


Un-Answered Questions

What is your approach to edit a copy?

573


What does UML stands for?

1078


What are good programming languages for artificial intelligence?

952


What is laravel policy?

817


at what pressure ply-wood is obtained by gluing wooden sheets

2635


Why sodium hydroxide used for maintain pH of phosphate buffer

2484


What is drawable/ directory?

945


Do you need to close br tag?

789


Is it possible to see information about a process while it is being executed?

1298


What is the toolbox in visual studio?

966


Where can I get an ansi-compatible lint?

1208


Please brief me about number of pole in alternator.In single phase alternator coils are connected in star or series. How to calculate frequency for the same.

1967


What happens if recursive calls get out of control?

1139


How big is a gigabyte?

1107


Why is java mostly used in embedded systems?

1027