Question: JAVA CODE PLEASE create the Main class so I can run it Create a new Java Application to manage Linked Lists: (Note: Do not use
JAVA CODE PLEASE create the Main class so I can run it
Create a new Java Application to manage Linked Lists: (Note: Do not use java.util.LinkedList)
a) Create Node class
Add methods to get and set, Data and Link
b) Create MyLikedList class and write methods to
Insert nodes
Delete nodes
Search List for a value
Sort List
Display all values in the nodes
Insert a Node to a particular position in the List
Method to check of the list is empty - isEmpty()
c) Create Main class
Create a new List of type MyLinkedList
Insert some alphabets of the English Language to the list
Display all the alphabets in the List
Search for a particular alphabet in the List and print true or false
Sort the List and display it
Delete a node in the List and display the list
Insert alphabet to a particular position in the List and display it
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
