Linked List in Java

Channel:
Subscribers:
1,550
Published on ● Video Link: https://www.youtube.com/watch?v=wAkY02nH-hY



Duration: 15:30
29 views
1


Linked List in Java

In this tutorial, I have shown how to write a Java program to implement singly linked list. The program includes the operations:
1. Insert node
2. Delete node
3. Search node
4. Display nodes

A linked list is a linear data structure which consists of a set of nodes. Each node has at least one data and a reference to the next node. New nodes can be added. Existing nodes can be deleted. This is why its size isn't fixed.

#linkedlist #singlylinkedlist #java #isc #datastructure #computerscience







Tags:
robin sir
linked list
singly linked list
linear data structure
data structure
isc
java
computer science
recursive data structure