In the previous article, we have discussed internal working about the HashMap and here we will discuss the internal working…
In this article, we will discuss the Internal Working of HashMap in Java and how hashmap's get and put method…
In this article, we will discuss an algorithm on how to find and break loop in a linked list. So,…
In this article, we will discuss an algorithm on how to detect a loop in a linked list. So, in…
In this article, we will discuss another algorithm related to the singly linked list, how to remove duplicates from the…
In this article, we will discuss how to check a singly linked list is palindrome or not without using any…
In this article, we will discuss how to print nodes at k distance from the root of a binary tree.…
In this article, we will discuss how to delete a given node from the singly linked list. Given a pointer…
In this article, we will discuss how to reverse linked list in java. Iterative and Recursive there are two approaches,…
In this article, we will discuss how to find the middle element in a linked list. A linked list has…