Computers and Technology

Write a c++ code based this question

n this assignment you will create three additional functions for each one of the data structures created in class. you will be provided with a header file which you will modify and a demo program for each data structure. if your functions are implemented correctly the demo programs should compile and execute correctly.

part 0 (comments)

1. over the course of the semester we have discussed comments for each data structure. add any comments you view as necessary to the header file before writing your own functions

part 1 (stack)

1. write a function which sorts the stack in order from the largest value to the smallest value. this should be a modified version of bubble sort.

2. write a function which prints the values in the stack in reverse order.

3. write a function which the counts the number of odd numbers and even numbers currently in the stack and prints the results.

optional

4. write a function which prints how many numbers in the stack are divisible by 2,3, and 5.

part 2 (queue)

1. write a function which sorts the queue in order from the smallest value to the largest value. this should be a modified version of bubble sort.

2. write a function which adds a value to the queue in the correct position (numbers are arranged from the smallest value to the largest value).

3. write a function which prints the median and mean of the queue. take some time to consider all the required conditions to calculate the median of a dataset.

optional

4. write a function which prints the mode of the queue. (the number which appears the most frequently in the queue)

part 3 (link list)

1. write a function which adds 4 to all the even values in the link list and multiples all the odd values by 5.

2. write a function which multiplies the values in odd position values by 10. odd positions in this case refers to the first value in the list, the third value, the fifth value etc.

3. write a function which determines if the values in the queue is divisible by 5 or 10 if true the value is divided by 5.

optional

4. write a function which prints all the prime values in the queue

part 4

1. trace each demo program by hand using the table from your midterm exam for stacks and queues.

notes- while writing these functions you should consider all the conditions which need to be checked by each function. the demo program will check these cases. when the word print is included in the question no changes are made to the values in the queue, stack, or link list; the required information is just displayed on the screen.

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 22:00, clairajogriggsk
Signal sets company contracts to deliver one hundred 52-inch plasma high-definition television sets to a new retail customer, tuner tv store, on may 1, with payment to be made on delivery. signal tenders delivery in its own truck. tuner's manager notices that some of the cartons have scrape marks. tuner's owner phones signal's office and asks whether the sets might have been damaged as they were being loaded. signal assures tuner that the sets are in perfect condition. tuner tenders signal a check, which signal refuses, claiming that the first delivery to new customers is always for cash. tuner promises to pay the cash within two days. signal leaves the sets with tuner, which stores them in its warehouse pending its "grand opening sale" on may 15. two days later, tuner's stocker opens some of the cartons and discovers that a number of the sets are damaged beyond ordinary repair. signal claims tuner has accepted the sets and is in breach by not paying on delivery. will signal succeed on these claims? explain.
Answers: 1
image
Computers and Technology, 22.06.2019 21:00, raquelle66
So im doing this school challenge and the teachers said whats the average text a student gets a day so i need to get about 20 in a day but dont know how can you guys 2163371293
Answers: 2
image
Computers and Technology, 23.06.2019 00:20, kathlynskare06
Ihave been given the number of guns per 100, and the total firearm-related deaths per 100,000. i have to find the actual number of guns per country and actual number of gun-related deaths. if somebody could show me how to do 1 question, i can finish the rest, i am just confused. tia
Answers: 3
image
Computers and Technology, 23.06.2019 00:30, alex7078
Quick pl which one of the following is considered a peripheral? a software b mouse c usb connector d motherboard
Answers: 1
Do you know the correct answer?
Write a c++ code based this question

n this assignment you will create three additional...

Questions in other subjects: