This video covers programs on single linked list like insertion, deletion, reverse and rotate.
To watch Part 1 click - https://youtu.be/NCUEXDQ4KPg
00:00 Single Linked List Programs
00:23 Defining a Node class in Java
01:47 Creating a Single Linked List class in Java
02:50 Program to Insert a node in the Beginning of a Linked List in Java
04:14 Program to Insert a node at the end of a Linked List in Java
05:21 Program to Insert a node at a specific position of a Linked List in Java
07:22 Program to Delete a node in the Beginning of a Linked List in Java
08:20 Program to Delete a node at the End of a Linked List in Java
09:12 Program to Delete a node at a specific position of a Linked List in Java
10:50 Program to Reverse a Single Linked List in Java
12:11 Program to Rotate a Single Linked List in Java