- Longest Palindromic Subsequence
- Design a stack that supports getMin() in O(1) time and O(1) extra space
- Depth First Traversal or DFS for a Graph
- Count Inversions in an array
- Extract Leaves of a Binary Tree in a Doubly Linked List
- Check if a given sequence of moves for a robot is circular or not
- Breadth First Traversal or BFS for a Graph
- Boundary Traversal of binary tree
- Add all greater values to every node in a given BST
- Hamiltonian Cycle
Explanation :- Hamiltonian path - Sudoku
- Count of n digit numbers whose sum of digits equals to given sum
- Rat in a Maze
- The Knight’s tour problem
- Construct a special tree from given preorder traversal
- Construct a Binary Tree from Postorder and Inorder
- N Queen Problem
Refernce : N Queen Problem Using Backtracking Algorithm - Binary representation of a given number
- Find if two rectangles overlap
- Check if a linked list is Circular Linked List
- Sort all even numbers in ascending order and then sort all odd numbers in descending order
- Convert a Binary Tree into its Mirror Tree
- Write your own atoi()
- Add two numbers represented by linked lists
- K’th Largest Element in BST when modification to BST is not allowed
Sharing is Caring !
Subscribe
0 Comments
Most Voted