Similar Topics
DSA
21.9k+ articles
Interview Experiences
12k+ articles
Arrays
6.3k+ articles
Amazon
1.7k+ articles
Microsoft
740+ articles
Accolite
290+ articles
Samsung
290+ articles
MakeMyTrip
200+ articles
Snapdeal
150+ articles
Hike
99 articles

FactSet

110+ posts
Find if a string is interleaved of two other strings | DP-33
Reverse Level Order Traversal
We have discussed the level-order traversal of a tree in the previous post. The idea is to print the last level first, then the second last ...read more
image
Maximum sum rectangle in a 2D matrix | DP-27
Given a 2D array, find the maximum sum submatrix in it. For example, in the following 2D array, the maximum sum submatrix is highlighted wit...read more
image
Similar Topics
DSA
21.9k+ articles
Interview Experiences
12k+ articles
Arrays
6.3k+ articles
Amazon
1.7k+ articles
Microsoft
740+ articles
Accolite
290+ articles
Samsung
290+ articles
MakeMyTrip
200+ articles
Snapdeal
150+ articles
Hike
99+ articles
Find the first circular tour that visits all petrol pumps
Given information about N petrol pumps (say arr[]) that are present in a circular path. The information consists of the distance of the next...read more
image
The Stock Span Problem
The stock span problem is a financial problem where we have a series of N daily price quotes for a stock and we need to calculate thespan of...read more
image
Lexicographic rank of a String
Two nodes of a BST are swapped, correct the BST
Given a number, find the next smallest palindrome
Find a sorted subsequence of size 3 in linear time
Find the smallest positive number missing from an unsorted array | Set 1
Find Subarray with given sum | Set 1 (Non-negative Numbers)
Find a Fixed Point (Value equal to index) in a given array
Find Median from Running Data Stream
A Boolean Matrix Question
Trie Data Structure | Insert and Search
The Trie data structure is a tree-like data structure used for storing a dynamic set of strings. It is commonly used for efficient retrieval...read more
image