Question: 1.Write a Java Program to input 10 students records: names and levels. Represent it as singly linked list. 2.Update the program in 1 by a
1.Write a Java Program to input 10 students records: names and levels. Represent it as singly linked list.
2.Update the program in 1 by a method that sort the linked list according to levels.
3.Update the program in 2 to delete students records that user want.
4.Update the program in 3 with using doubly linked list.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
