Question
JAVA CODE PLEASE Create a new Java Application to manage Linked Lists: (Note: Do not use java.util.LinkedList) a) Create Node class Add methods to get
JAVA CODE PLEASE
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started