- Sorted Linked List to Balanced BST
- Sort linked list which is already sorted on absolute values
- Sort a linked list of 0s, 1s and 2s
- Sort an array of 0s, 1s and 2s
Explanation :-Dutch national flag sorting problem - Reverse a stack using recursion
- Sort a stack using recursion
- Search an element in a sorted and rotated array
- Find the minimum element in a sorted and rotated array
- Given a sorted and rotated array, find if there is a pair with a given sum
- Root to leaf path sum equal to a given number
- Reverse words in a given String
- Rearrange a linked list such that all even and odd positioned nodes are together
- Implement Queue using Stacks
- Print Right View of a Binary Tree
- Find Minimum Depth of a Binary Tree
- Boolean Parenthesization Problem
- Boggle
- Maximum Path Sum in a Binary Tree
- Find the maximum path sum between two leaves of a binary tree
- Construct all possible BSTs for keys 1 to N
- Find the smallest binary digit multiple of given number
- Detect Cycle in Graph
- Kruskal’s Minimum Spanning Tree Algorithm
- Inorder Tree Traversal without Recursion
- Morris traversal for Preorder
Video :- Morris Inorder Tree Traversal