Different interesting tasks
- List
- Remove last node from the Linked List
- Find the middle node from the Linked List
- Find the middle node from the Linked List(Improved)
- Remove duplicates from sorted Linked List
- Find Nth node from the end from a Linked List
- Identify loop in a Linked List
- Reverse a Linked List
- Is a Circular Linked List or not(the latest node is linked to the first node)
- Is linked list has a cyclic node
- Get the length of a Linked List
- Get a duplicate number from an array
- Tree
- Binary Search Tree (BST)
- String
- Compare
- Array
- Bit manipulation
mvn test