# Status Problem Level Completes Likes
36

Construct the largest number from the given array.

Medium % 0
37

Given an array, find three-element sum closest to Zero

Medium % 1
38

Given an array, print all unique subsets with a given sum.

Medium % 0
39

Sum of length of subsets which contains given value K and all elements in subsets are less than equal to K.

Medium % 0
40

Replace array elements with maximum element on the right.

Medium % 0
41

Find all unique combinations of numbers (from 1 to 9 ) with sum to N

Medium % 0
42

Activity Selection Problem

Medium % 0
43

Numbers with prime set bits in a given range using Sieve of Eratosthenes Algorithm

Medium % 0
44

Check If Given Undirected Graph is a tree

Medium % 0
45

Check the completeness of given binary tree | Set 2 - Using Level Order Traversal

Medium % 0
46

Determine the given routing number belong to which bank

Medium % 0
47

Check if interval is covered in given coordinates

Medium % 0
48

Lexicographically previous permutation With One swap

Medium % 1
49

Find all unique combinations of exact K numbers (from 1 to 9 ) with sum to N

Medium % 0
50

Check the completeness of given binary tree | Set 1 - Using Node Count

Medium % 0
51

Longest substring with at most K unique characters

Medium % 2
52

Collatz Conjecture - Maximum Steps takes to transform (1, N) to 1.

Medium % 0
53

Number of Islands using BFS

Medium % 0
54

Given Graph - Remove a vertex and all edges connect to the vertex

Medium % 0
55

Number's Complement - 2 Approaches

Medium % 1
57

Evaluation of Prefix Expressions (Polish Notation) | Set 2

Medium % 0
58

Breadth-First Search in Disconnected Graph

Medium % 0
59

ZigZag OR Diagonal traversal in 2d array/Matrix using queue

Medium % 0
60

Evaluation of Prefix Expressions (Polish Notation) | Set 1

Medium % 0
61

Minimum Boats Required to rescue people

Medium % 0
62

Number of Islands

Medium % 1
63

Minimum No of operations required to convert a given number to 1 - Integer Replacement Problem.

Medium % 0
64

Evaluation of Postfix Expressions (Polish Postfix notation) | Set 2

Medium % 0
65

Evaluation of Postfix Expressions (Polish Postfix notation) | Set 1

Medium % 0
66

Check if Arithmetic Expression contains duplicate parenthesis

Medium % 0
67

Introduction to Bipartite Graphs OR Bigraphs

Medium % 0
68

Determine the order of Tests when tests have dependencies on each other

Medium % 0
69

Implement Graph Using Map - Java

Medium % 0
70

Check if given an edge is a bridge in the graph

Medium % 0

Construct the largest number from the given array.

Given an array, find three-element sum closest to Zero

Given an array, print all unique subsets with a given sum.

Sum of length of subsets which contains given value K and all elements in subsets are less than equal to K.

Replace array elements with maximum element on the right.

Find all unique combinations of numbers (from 1 to 9 ) with sum to N

Activity Selection Problem

Numbers with prime set bits in a given range using Sieve of Eratosthenes Algorithm

Check If Given Undirected Graph is a tree

Check the completeness of given binary tree | Set 2 - Using Level Order Traversal

Determine the given routing number belong to which bank

Check if interval is covered in given coordinates

Lexicographically previous permutation With One swap

Find all unique combinations of exact K numbers (from 1 to 9 ) with sum to N

Check the completeness of given binary tree | Set 1 - Using Node Count

Longest substring with at most K unique characters

Collatz Conjecture - Maximum Steps takes to transform (1, N) to 1.

Number of Islands using BFS

Given Graph - Remove a vertex and all edges connect to the vertex

Number's Complement - 2 Approaches

Evaluation of Prefix Expressions (Polish Notation) | Set 2

Breadth-First Search in Disconnected Graph

ZigZag OR Diagonal traversal in 2d array/Matrix using queue

Evaluation of Prefix Expressions (Polish Notation) | Set 1

Minimum Boats Required to rescue people

Number of Islands

Minimum No of operations required to convert a given number to 1 - Integer Replacement Problem.

Evaluation of Postfix Expressions (Polish Postfix notation) | Set 2

Evaluation of Postfix Expressions (Polish Postfix notation) | Set 1

Check if Arithmetic Expression contains duplicate parenthesis

Introduction to Bipartite Graphs OR Bigraphs

Determine the order of Tests when tests have dependencies on each other

Implement Graph Using Map - Java

Check if given an edge is a bridge in the graph