Question: Please write the code for that question in Java. I want to do mergesorting algorithm on a queue. Please do not copy other work it
Please write the code for that question in Java. I want to do mergesorting algorithm on a queue. Please do not copy other work it is not working I have tried it before. Write the program in Java and add comments for explanation. Please explain the time complexities. 
Write an algorithm for Merge-sort that uses queues. Your algorithm should use the queue ADT that you implemented in Assignment 2 (but not the actual arrays). That is, the input to the algorithm is a queue, and when partitioning is done, two queues are created (L and G). Then, L and G are sorted recursively in the same way and merged when sorted. Note that you have already implemented the Merge algorithm that uses queues
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
