Featured Lists

Top 20 Problems on Dynamic programming

Top 10 Problems on Backtracking

Top 20 Problems on Graph

Top 25 Problems on Trees

All Problems

# Status Problem Level Completes Likes
1

Dynamic Programming - Minimum Cost for Climbing Stairs

Medium % 0
2

Minimum Number of Halls Required for Lecture Scheduling

Hard % 1
3

Maximum Contiguous ones after one deletion

Medium % 0
4

Converting to Non-Decreasing Array with One Change

Medium % 0
5

Maximizing Contiguous Ones with a Single Flip in a Binary Array

Medium % 3
6

Counting the Largest Number Groups by Digit Sum

Medium % 2
7

Adding One to a Number Represented by an Array

Medium % 1
8

Find an extra element in two almost similar arrays

Beginner % 3
9

find the Arithmetic Progression sequence

Beginner % 2
10

Find the Nth-term in a given arithmetic progression

Beginner % 0
11

Find The Minimum time difference

Medium % 1
12

Departure and Destination Cities in a given itinerary

Beginner % 1
13

Given an array, rank its elements

Beginner % 1
14

Find Three Consecutive Odd Numbers in an array

Beginner % 1
15

Convert to Non-decreasing Array with one change

Beginner % 1
16

In an array, Duplicate the zeroes without expanding it

Beginner % 0
17

Maximum Depth of Valid Nested Parentheses in an arithmetic expression

Medium % 0
18

Convert a Decimal number to its binary representation

Beginner % 1
19

Maximum Consecutive Ones in a given array

Beginner % 0
20

Duplicate even elements in an array

Beginner % 1
21

Minimum Increments to make all array elements unique

Medium % 0
22

In a number, add digits until it becomes a single digit

Beginner % 1
23

Maximum Surpasser in the given array

Hard % 0
24

Find the number of pairs with odd XOR

Beginner % 2
25

Maximum CPU Load Problem in a jobs list

Medium % 1
26

Add digits until the number becomes a single digit

Beginner % 0
27

Check If Student is eligible for an Attendance Reward

Beginner % 0
28

Maximum overlaps in a given list of time intervals

Medium % 0
29

Remove Duplicates in a given Sorted Array

Beginner % 0
30

Random character in a given string - Java

Beginner % 0
31

Replace Elements with Greatest Element on Right

Beginner % 0
32

Count number of pairs in an array with sum = K

Medium % 0
33

Count similar words in a given array

Beginner % 0
34

Maximum distance from the nearest person.

Medium % 1
35

Sort 0, 1, 2 in an array - Part 2

Beginner % 0

Dynamic Programming - Minimum Cost for Climbing Stairs

Minimum Number of Halls Required for Lecture Scheduling

Maximum Contiguous ones after one deletion

Converting to Non-Decreasing Array with One Change

Maximizing Contiguous Ones with a Single Flip in a Binary Array

Counting the Largest Number Groups by Digit Sum

Adding One to a Number Represented by an Array

Find an extra element in two almost similar arrays

find the Arithmetic Progression sequence

Find the Nth-term in a given arithmetic progression

Find The Minimum time difference

Departure and Destination Cities in a given itinerary

Given an array, rank its elements

Find Three Consecutive Odd Numbers in an array

Convert to Non-decreasing Array with one change

In an array, Duplicate the zeroes without expanding it

Maximum Depth of Valid Nested Parentheses in an arithmetic expression

Convert a Decimal number to its binary representation

Maximum Consecutive Ones in a given array

Duplicate even elements in an array

Minimum Increments to make all array elements unique

In a number, add digits until it becomes a single digit

Maximum Surpasser in the given array

Find the number of pairs with odd XOR

Maximum CPU Load Problem in a jobs list

Add digits until the number becomes a single digit

Check If Student is eligible for an Attendance Reward

Maximum overlaps in a given list of time intervals

Remove Duplicates in a given Sorted Array

Random character in a given string - Java

Replace Elements with Greatest Element on Right

Count number of pairs in an array with sum = K

Count similar words in a given array

Maximum distance from the nearest person.

Sort 0, 1, 2 in an array - Part 2