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
36

Design a data structure for Candidate Voting Problem

Medium % 0
37

Find the Number of Contiguous Parking Areas

Medium % 1
38

Get specific row K in a Pascal Triangle

Medium % 0
39

Design data structure for players and ranks

Medium % 0
40

Maximum Bipartite Matching Problem - Java

Hard % 0
41

Override the compare function for Arrays.sort method - Java

Beginner % 0
42

What is a Pascal Triangle?

Beginner % 0
43

Minimum Deletions to make the occurrence of each character unique.

Hard % 1
44

Calculate tax on income as per given tax brackets.

Beginner % 0
45

Valid Pickup and Delivery options

Hard % 0
47

Compare two version numbers of a software

Medium % 1
48

The largest number can be formed from the given number

Beginner % 0
49

Minimum number of adjacent swaps to sort the given array

Hard % 1
50

Minimum number of times String A is repeated to such that B is substring of A

Medium % 1
52

Check if the given playlist of programs is valid

Beginner % 1
53

Maximum meetings in one room

Medium % 0
54

Find the number of pairs with even XOR

Beginner % 0
55

Unresolved references error - Django in PyCharm and IntelliJ

Beginner % 0
56

Given an array, Find the number of all pairs with even sum

Beginner % 0
57

The number of cycles in a given array of integers.

Hard % 0
58

Check if given sudoku is valid or not

Medium % 0
59

Find Election Winner

Beginner % 0
60

Sort the indexes of the array as per the elements of the array

Medium % 0
61

Construct the Largest number from the given digits

Beginner % 1
63

Find Lexicographically smallest or largest substring of size k

Beginner % 0
64

Largest word in dictionary by removing a few characters from the given string

Beginner % 0
65

Calculate (x^y)%z without using pow() function

Medium % 0
66

Check if one string is a subsequence of another string.

Beginner % 0
67

Most frequent word

Beginner % 0
68

Efficient Robot Problem - Find Minimum Trips

Hard % 0
69

Job Sequencing algorithm - Java

Medium % 1
70

Find subarray with a sum to given number-2 | Handle negative numbers

Medium % 0

Design a data structure for Candidate Voting Problem

Find the Number of Contiguous Parking Areas

Get specific row K in a Pascal Triangle

Design data structure for players and ranks

Maximum Bipartite Matching Problem - Java

Override the compare function for Arrays.sort method - Java

What is a Pascal Triangle?

Minimum Deletions to make the occurrence of each character unique.

Calculate tax on income as per given tax brackets.

Valid Pickup and Delivery options

Compare two version numbers of a software

The largest number can be formed from the given number

Minimum number of adjacent swaps to sort the given array

Minimum number of times String A is repeated to such that B is substring of A

Check if the given playlist of programs is valid

Maximum meetings in one room

Find the number of pairs with even XOR

Unresolved references error - Django in PyCharm and IntelliJ

Given an array, Find the number of all pairs with even sum

The number of cycles in a given array of integers.

Check if given sudoku is valid or not

Find Election Winner

Sort the indexes of the array as per the elements of the array

Construct the Largest number from the given digits

Find Lexicographically smallest or largest substring of size k

Largest word in dictionary by removing a few characters from the given string

Calculate (x^y)%z without using pow() function

Check if one string is a subsequence of another string.

Most frequent word

Efficient Robot Problem - Find Minimum Trips

Job Sequencing algorithm - Java

Find subarray with a sum to given number-2 | Handle negative numbers