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…
In this article, we will discuss an algorithm to find the nth node from the end of a singly linked…
In this article, we will discuss newly added Java 9 features. Oracle has released Open JDK 9 with the several…