Java Data Structures
- Java - Linked List
- Java - Linked List Traversal
- Java - Insert a new node at the start of the Linked List
- Java - Insert a new node at the end of the Linked List
- Java - Insert a new node at a given position in the Linked List
- Java - Delete the first node of the Linked List
- Java - Delete the last node of the Linked List
- Java - Delete a node at the given position in the Linked List
- Java- Delete all nodes of the Linked List
- Java - Count nodes in the Linked List
- Java - Delete even nodes of the Linked List
- Java - Delete odd nodes of the Linked List
- Java - Search an element in the Linked List
- Java - Circular Singly Linked List
- Java - Circular Singly Linked Traversal
- Java - Insert a new node at the start of the Circular Singly Linked List
- Java - Insert a new node at the end of the Circular Singly Linked List
- Java - Delete the first node of the Circular Singly Linked List
- Java - Delete the last node of the Circular Singly Linked List
- Java - Delete all nodes of the Circular Singly Linked List
- Java - Count nodes in the Circular Singly Linked List
- Java - Delete even nodes of the Circular Singly Linked List
- Java - Search an element in the Circular Singly Linked List
- Java - Doubly Linked List
- Java - Doubly Linked List Traversal
- Java - Insert a new node at the start of the Doubly Linked List
- Java - Insert a new node at the end of the Doubly Linked List
- Java - Insert a new node at a given position in the Doubly Linked List
- Java - Delete the first node of the Doubly Linked List
- Java - Delete the last node of the Doubly Linked List
- Java - Delete a node at the given position in the Doubly Linked List
- Java - Delete all nodes of the Doubly Linked List
- Java - Count nodes in the Doubly Linked List
- Java - Delete even nodes of the Doubly Linked List
- Java - Delete odd nodes of the Doubly Linked List
- Java - Search an element in the Doubly Linked List
- Java - Circular Doubly Linked List
- Java - Circular Doubly Linked List Traversal
- Java - Insert a new node at the start of the Circular Doubly Linked List
- Java - Insert a new node at the end of the Circular Doubly Linked List
- Java - Delete the first node of the Circular Doubly Linked List
- Java - Delete the last node of the Circular Doubly Linked List
- Java - Delete all nodes of the Circular Doubly Linked List
- Java - Count nodes in the Circular Doubly Linked List
- Java - Delete even nodes of the Circular Doubly Linked List
- Java - Search an element in the Circular Doubly Linked List