Featured Lists

Top 20 Problems on Dynamic programming

Top 10 Problems on Backtracking

Top 20 Problems on Graph

Top 25 Problems on Trees

Top 10 Problems on Bits Manipulation

Top 15 Problems in LinkedList

All Problems

# Status Problem video Level Completes Likes
159

Solve the Knight's Tour with Backtracking

Hard % 0
158

Backtracking - Search a Word In a Matrix

Hard % 0
157

Backtracking - N Queens Problem - Better Solution

Hard % 0
156

Backtracking - N Queens Problem

Hard % 0
155

Find the Kth Smallest/Largest Element in an Array Using Heap

Beginner % 0
154

Priority Queue in Data Structure

Beginner % 0
151

Breadth-First Search/Traversal in a Binary Tree

Beginner % 0
150

Sort Names by their Last Names

Beginner % 0
149

Backtracking - Rat In A Maze Puzzle

Hard % 0
148

Solve Sudoku Puzzles with Backtracking

Hard % 0
147

Introduction To Backtracking Programming

Beginner % 0
143

Merge K Sorted Arrays

Hard % 0
142

Locate the Farthest Left Node on the Bottom Level

Medium % 0
140

Rearrange Array Elements (A[i] = i) | In-place Approach

Medium % 0
138

Find the Maximum Value in a Binary Tree

Beginner % 0
137

Populate Next Right Pointers in Each Node

Hard % 0
135

Find Paths with Sum in Binary Tree

Medium % 0
133

Reverse Level Order Traversal of Binary Trees

Medium % 0
131

Find the Height of a tree without using Recursion

Medium % 0
130

Find and Print Full Nodes in a Binary Tree

Beginner % 0
129

Binary Min-Max Heap Implementation

Hard % 0
128

Magic Index - Find Index In Sorted Array Such That A[i] = i

Beginner % 0
127

Numbers Palindrome in Both Decimal and Octal

Beginner % 0
126

Generate All Permutations of a String (Well-Ordered)

Medium % 0
125

Find the Increasing Triplet Sub-sequence in an array

Medium % 0
124

Create a Specific Triangle Pattern from an Array

Beginner % 0
122

Goldbach's Conjecture

Beginner % 0
120

Convert Decimal to Irreducible Fraction (Simplified Form)

Beginner % 0
114

Counting Sort Algorithm

Medium % 0
113

Towers Of Hanoi

Beginner % 0
110

Tricky Sorting: Sort 3 Numbers Without If Statements (or Only Max())

Beginner % 0
109

Find Greatest Common Divisor (GCD) Efficiently with Euclidean Algorithm

Beginner % 0
108

Queue with Stacks: Efficient Implementation Using Stack Operations

Medium % 0
107

Alternate Splitting of a given Linked List

Medium % 0

Solve the Knight's Tour with Backtracking

Backtracking - Search a Word In a Matrix

Backtracking - N Queens Problem - Better Solution

Backtracking - N Queens Problem

Find the Kth Smallest/Largest Element in an Array Using Heap

Priority Queue in Data Structure

Breadth-First Search/Traversal in a Binary Tree

Sort Names by their Last Names

Backtracking - Rat In A Maze Puzzle

Solve Sudoku Puzzles with Backtracking

Introduction To Backtracking Programming

Merge K Sorted Arrays

Locate the Farthest Left Node on the Bottom Level

Rearrange Array Elements (A[i] = i) | In-place Approach

Find the Maximum Value in a Binary Tree

Populate Next Right Pointers in Each Node

Find Paths with Sum in Binary Tree

Reverse Level Order Traversal of Binary Trees

Find the Height of a tree without using Recursion

Find and Print Full Nodes in a Binary Tree

Binary Min-Max Heap Implementation

Magic Index - Find Index In Sorted Array Such That A[i] = i

Numbers Palindrome in Both Decimal and Octal

Generate All Permutations of a String (Well-Ordered)

Find the Increasing Triplet Sub-sequence in an array

Create a Specific Triangle Pattern from an Array

Goldbach's Conjecture

Convert Decimal to Irreducible Fraction (Simplified Form)

Counting Sort Algorithm

Towers Of Hanoi

Tricky Sorting: Sort 3 Numbers Without If Statements (or Only Max())

Find Greatest Common Divisor (GCD) Efficiently with Euclidean Algorithm

Queue with Stacks: Efficient Implementation Using Stack Operations

Alternate Splitting of a given Linked List