Assignment 2
Assignment 2
Assignment 2
Instructions:
Write a Java program for each of the below question
In your source code add header code containing your name as well as the
corresponding question text
Submit the assignment in given time limit
2. Using the linked list of strings created in question 1., implement stack of strings
3. Implement circular queue of strings using linked list of strings created in question 1.
5. Write a method reverse() in a MyNumberList, which reverse the list, which id passed as
a parameter. The signature for the merge() is as given below:
MyNumberList reverse();