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 Mike Lewis 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: keat
  • Order by date
  1. keat

    ADT Queue.....

    Consider a variation of the ADT queue called a deque, or double-ended queue, in which items can be inserted or deleted from either end. How can I construct a C++ class that implements this ADT? How do I write an short program to test my ADT? Also, I have to create a stack and single-ended...
  2. keat

    QuickSort/InsertionSort

    I need to write a program to test the code below using an aray of 200,000 integers. I also need to use the clock() function before and after the call to QuickSort and subtract to calculate the CPU time spent sorting. This program needs to run this time trial 10 times. Here is the...
  3. keat

    Queue question.

    How do I add a member function to the pointer-based queueClass called QueueMultiDelete that works like QueueDelete except that it also takes an integer parameter that indicates the number of items to remove. Thanks for the help. Keat.

Part and Inventory Search

Back
Top