Question: Write a code to implement the basic inbuilt functions of LinkedList ( add , addFirst, addLast, getFirst, getLast ) . 2 . Write a code

Write a code to implement the basic inbuilt functions of LinkedList (add, addFirst, addLast, getFirst, getLast).
2. Write a code to insert values in a Linked List using Node class.
3. Write a code to delete a node from a linked list.
4. Write a code to reverse a linked list.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!