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
377

Convert Postfix to Infix Expression

Medium % 0
373

Longest substring with at most two unique characters

Medium % 0
371

Convert Infix to Prefix Expression

Medium % 0
368

Max Flow Problem - Ford-Fulkerson Algorithm

Hard % 0
367

Sum of all Unique elements in a given array

Beginner % 0
365

Convert Infix to Postfix Expression

Medium % 0
364

Find three smallest elements in a given array

Beginner % 0
363

Evaluation of Infix expressions

Medium % 0
362

Stack Java Class - Explained

Beginner % 0
358

Infix, Postfix and Prefix Notations/Expressions

Beginner % 0
353

Reverse a given number

Beginner % 1
350

Find first three largest elements in a given array

Beginner % 0
344

Given two strings validate the output string

Beginner % 0
338

Find Number of reverse pairs in an array

Hard % 1
334

Dijkstra Algorithm Implementation – TreeSet

Hard % 0
330

Check if Given Number is power of 2

Beginner % 1
318

Calculate Log2n without using built-in function

Beginner % 1
313

Check if two Strings are equal without using built-in function

Beginner % 0
312

Remove Vowels from a given String

Beginner % 0
305

Find number of Distinct Permutations of a String

Medium % 0
301

Bitwise Trick: Divide by Powers of 2 Without Operators

Beginner % 1
293

Convert Number to base 3 String Representation

Beginner % 1
290

Reverse a String using Recursion

Beginner % 0
277

Graph – Count all paths between source and destination

Medium % 1
276

Graph – Find Number of non reachable vertices from a given vertex

Medium % 0
275

Graph – Detect Cycle in a Directed Graph using colors

Hard % 0
274

Graph – Detect Cycle in an Undirected Graph using DFS

Medium % 0
272

Graph – Software Installation Problem

Medium % 0
262

Count and print all Subarrays with product less than K in O(n)

Hard % 0
261

Sliding Window Algorithm (Track the maximum of each subarray of size k)

Hard % 0
252

Text Justification Problem (OR Word Wrap Problem) - Leetcode 68

Hard % 0
251

Dynamic Programming - Egg Dropping Problem

Hard % 0
249

Divide and Conquer - Rearrange array elements in special order

Medium % 0

Convert Postfix to Infix Expression

Longest substring with at most two unique characters

Convert Infix to Prefix Expression

Max Flow Problem - Ford-Fulkerson Algorithm

Sum of all Unique elements in a given array

Convert Infix to Postfix Expression

Find three smallest elements in a given array

Evaluation of Infix expressions

Stack Java Class - Explained

Infix, Postfix and Prefix Notations/Expressions

Reverse a given number

Find first three largest elements in a given array

Given two strings validate the output string

Find Number of reverse pairs in an array

Dijkstra Algorithm Implementation – TreeSet

Check if Given Number is power of 2

Calculate Log2n without using built-in function

Check if two Strings are equal without using built-in function

Remove Vowels from a given String

Find number of Distinct Permutations of a String

Bitwise Trick: Divide by Powers of 2 Without Operators

Convert Number to base 3 String Representation

Reverse a String using Recursion

Graph – Count all paths between source and destination

Graph – Find Number of non reachable vertices from a given vertex

Graph – Detect Cycle in a Directed Graph using colors

Graph – Detect Cycle in an Undirected Graph using DFS

Graph – Software Installation Problem

Count and print all Subarrays with product less than K in O(n)

Sliding Window Algorithm (Track the maximum of each subarray of size k)

Text Justification Problem (OR Word Wrap Problem) - Leetcode 68

Dynamic Programming - Egg Dropping Problem

Divide and Conquer - Rearrange array elements in special order