Blind 75 - Coding Questions
Blind 75 - Coding Questions
io
60+
for
DesignGurus.io
Question 1
Question 2
DesignGurus.io
Question 3
Solve now
Question 4
Solve now
DesignGurus.io
Question 5
Solve now
Question 6
Solve now
Design Gurus
Question 7
Solve now
Question 8
Solve now
DesignGurus.io
Question 9
Solve now
Question 10
Solve now
Design Gurus
Question 11
Given an integer array, find the contiguous subarray (at least one
number in it) that has the maximum product. Return this maximum
product.
Solve now
Question 12
Solve now
Design Gurus
Question 13
Question 14
Solve now
Design Gurus
Question 15
Solve now
Question 16
Solve now
Design Gurus
Question 17
Solve now
Question 18
Solve now
Design Gurus
Question 19
Given a linked list, remove the last nth node from the end of the
list and return the head of the modified list.
Solve now
Question 20
Solve now
Design Gurus
Question 21
Solve now
Question 22
Solve now
Design Gurus
Question 23
Solve now
Question 24
Solve now
DesignGurus.io
Question 25
Solve now
Question 26
Solve now
Design Gurus
Question 27
Solve now
Question 28
Solve now
Design Gurus
Question 29
Solve now
Question 30
There are ‘N’ tasks, labeled from ‘0’ to ‘N-1’. Each task can have
some prerequisite tasks which need to be completed before it can
be scheduled. Given the number of tasks and a list of prerequisite
pairs, find out if it is possible to schedule all the tasks.
Solve now
Design Gurus
Question 31
Solve now
Question 32
Find the path with the maximum sum in a given binary tree. Write
a function that returns the maximum sum.
A path can be defined as a sequence of nodes between any
two nodes and doesn’t necessarily pass through the root. The
path must contain at least one node.
Solve now
Design Gurus
Question 33
Solve now
Question 34
Given the roots of two binary trees 'p' and 'q', write a function to
check if they are the same or not.
Two binary trees are considered the same if they met following
two conditions:
1. Both tree are structurally identical.
2. Each corresponding node on both the trees have the same
value.
Solve now
Design Gurus
Question 35
Solve now
Question 36
Solve now
Design Gurus
Question 37
Solve now
Question 38
Given a binary search tree (BST) and two of its nodes, find the
node that is the lowest common ancestor (LCA) of the two given
nodes.
The LCA of two nodes is the node that lies in between the two
nodes in terms of value and is the furthest from the root.
Solve now
Design Gurus
Question 39
Solve now
Question 40
Solve now
Design Gurus
Question 41
Solve now
Question 42
Solve now
Design Gurus
Question 43
Solve now
Question 44
Solve now
Design Gurus
Question 45
Given a list of intervals representing the start and end time of ‘N’
meetings, find the minimum number of rooms required to hold
all the meetings.
Solve now
Question 46
Solve now
Design Gurus
Question 47
Solve now
Question 48
Solve now
Design Gurus
Question 49
Solve now
Question 50
Solve now
Design Gurus
Question 51
Solve now
Question 52
in an Undirected Graph
Given an unsorted array of integers, find the length of the longest
consecutive sequence of numbers in it.
A consecutive sequence means the numbers in the sequence are
contiguous without any gaps. For instance, 1, 2, 3, 4 is a
consecutive sequence, but 1, 3, 4, 5 is not.
Solve now
Design Gurus
Question 53
Solve now
Question 54
Solve now
Design Gurus
Question 55
Solve now
Question 56
Solve now
Design Gurus
Question 57
Solve now
Question 58
You have given a string that consists only of digits. This string
can be decoded into a set of alphabets where '1' can be
represented as 'A', '2' as 'B', ... , '26' as 'Z'.
The task is to determine how many ways the given digit string can
be decoded into alphabets.
Solve now
DesignGurus.io
Question 59
Solve now
Question 60
Solve now
DesignGurus.io
Question 61
Solve now
DesignGurus.io