Skip to content
Java Coding Questions of Singly Linked List
- Java Program to Create and Traverse a Singly linked list.
- Java Program to Insert a node at the beginning of the Singly linked list.
- Java Program to Insert a node at the End of Singly Linked List.
- Java Program to Insert a node at the Given location of Singly Linked List.
- Java Program to Search an element in the Singly linked list.
- Java Program to Delete a node at the beginning of the Singly linked list.
- Java Program to Delete a node at the End of the Singly linked list.
- Java Program to Delete a node at the Given Location of the Singly linked list.
- Java Program to Reverses the Singly linked list.
Java Coding Questions of Doubly Linked List
- Java Program to Create and Traverse a Doubly Linked List.
- Java Program to Insert a node at the beginning of the Doubly Linked List.
- Java Program to Insert a node at the End of Doubly Linked List.
- Java Program to Insert a node at the Given location of Doubly Linked List.
- Java Program to Search an element in the Doubly Linked List.
- Java Program to Delete a node at the beginning of the Doubly Linked List.
- Java Program to Delete a node at the End of the Doubly Linked List.
- Java Program to Delete a node at the Given Location of the Doubly Linked List.
- Java Program to Reverses the Doubly Linked List.
Java Coding Questions of Circular Linked List
- Java Program to Create and Traverse a Circular Linked List.
- Java Program to Insert a node at the beginning of the Circular Linked List.
- Java Program to Insert a node at the End of Circular Linked List.
- Java Program to Insert a node at the Given location of Circular Linked List.
- Java Program to Search an element in the Circular Linked List.
- Java Program to Delete a node at the beginning of the Circular Linked List.
- Java Program to Delete a node at the End of the Circular Linked List.
- Java Program to Delete a node at the Given Location of the Circular Linked List.
- Java Program to Reverses the Circular Linked List.