Dsa Sheet
Dsa Sheet
TOPIC
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Array
Matrix
Matrix
Matrix
Matrix
Matrix
Matrix
Matrix
Matrix
Matrix
Matrix
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
String
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
LinkedList
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
BackTracking
BackTracking
BackTracking
BackTracking
BackTracking
BackTracking
BackTracking
BackTracking
BackTracking
BackTracking
BackTracking
BackTracking
BackTracking
BackTracking
BackTracking
BackTracking
BackTracking
BackTracking
BackTracking
Heap
Heap
Heap
Heap
Heap
Heap
Heap
Heap
Heap
Heap
Heap
Heap
Heap
Heap
Heap
Heap
Heap
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Graph
Trie
Trie
Trie
Trie
Trie
Trie
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Dynamic Programming
Bit Manipulation
Bit Manipulation
Bit Manipulation
Bit Manipulation
Bit Manipulation
Bit Manipulation
Bit Manipulation
Bit Manipulation
Bit Manipulation
Bit Manipulation
VE BABBAR DSA SHEET
QUESTION
Given an array which consists of only 0, 1 and 2. Sort the array without using any sortin
Move all the negative elements to one side of the array
Find the Union and Intersection of the two sorted arrays.
Write a program to cyclically rotate an array by one.
find Largest sum contiguous Subarray [V. IMP]
Minimise the maximum difference between heights [V.IMP]
Minimum no. of Jumps to reach end of an array
find duplicate in an array of N+1 Integers
Merge 2 sorted arrays without using Extra space.
Kadane's Algo [V.V.V.V.V IMP]
Merge Intervals
Next Permutation
Count Inversion
Best time to buy and Sell stock
find all pairs on integer array whose sum is equal to given number
find common elements In 3 sorted arrays
Rearrange the array in alternating positive and negative items with O(1) extra space
sd
Find factorial of a large number
find maximum product subarray
Find longest coinsecutive subsequence
Given an array of size n and a number k, fin all elements that appear more than " n/k "
Maximum profit by buying and selling a share atmost twice
Find whether an array is a subset of another array
Find the triplet that sum to a given value
Trapping Rain water problem
Chocolate Distribution problem
Smallest Subarray with sum greater than a given value
Three way partitioning of an array around a given value
Minimum swaps required bring elements less equal K together
Minimum no. of operations required to make an array palindrome
Median of 2 sorted arrays of equal size
Median of 2 sorted arrays of different size
Reverse a String
Check whether a String is Palindrome or not
Find Duplicate characters in a string
Why strings are immutable in Java?
Write a Code to check whether one string is a rotation of another
Write a Program to check whether a string is a valid shuffle of two strings or not
Count and Say problem
Write a program to find the longest Palindrome in a string.[ Longest palindromic Substr
Find Longest Recurring Subsequence in String
Print all Subsequences of a string.
Print all the permutations of the given string
Split the Binary string into two substring with equal 0’s and 1’s
Word Wrap Problem [VERY IMP].
EDIT Distance [Very Imp]
Find next greater number with same set of digits. [Very Very IMP]
Balanced Parenthesis problem.[Imp]
Word break Problem[ Very Imp]
Rabin Karp Algo
KMP Algo
Convert a Sentence into its equivalent mobile numeric keypad sequence.
Minimum number of bracket reversals needed to make an expression balanced.
Count All Palindromic Subsequence in a given String.
Count of number of given string in 2D character array
Search a Word in a 2D Grid of characters.
Boyer Moore Algorithm for Pattern Searching.
Converting Roman Numerals to Decimal
Longest Common Prefix
Number of flips to make binary string alternate
Find the first repeated word in string.
Minimum number of swaps for bracket balancing.
Find the longest common subsequence between two strings.
Program to generate all possible valid IP addresses from given string.
Write a program tofind the smallest window that contains all characters of string itself.
Rearrange characters in a string such that no two adjacent are same
Minimum characters to be added at front to make string palindrome
Given a sequence of words, print all anagrams together
Find the smallest window in a string containing all characters of another string
Recursively remove all adjacent duplicates
String matching where one string contains wildcard characters
Function to find Number of customers who could not get a computer
Transform One String to Another using Minimum Number of Given Operation
Check if two given strings are isomorphic to each other
Recursively print all sentences that can be formed from list of word lists
Coin ChangeProblem
Knapsack Problem
Binomial CoefficientProblem
Permutation CoefficientProblem
Program for nth Catalan Number
Matrix Chain Multiplication
Edit Distance
Subset Sum Problem
Friends Pairing Problem
Gold Mine Problem
Assembly Line SchedulingProblem
Painting the Fenceproblem
Maximize The Cut Segments
Longest Common Subsequence
Longest Repeated Subsequence
Longest Increasing Subsequence
Space Optimized Solution of LCS
LCS (Longest Common Subsequence) of three strings
Maximum Sum Increasing Subsequence
Count all subsequences having product less than K
Longest subsequence such that difference between adjacent is one
Maximum subsequence sum such that no three are consecutive
Egg Dropping Problem
Maximum Length Chain of Pairs
Maximum size square sub-matrix with all 1s
Maximum sum of pairs with specific difference
Min Cost PathProblem
Maximum difference of zeros and ones in binary string
Minimum number of jumps to reach end
Minimum cost to fill given weight in a bag
Minimum removals from array to make max –min <= K
Longest Common Substring
Count number of ways to reacha given score in a game
Count Balanced Binary Trees of Height h
LargestSum Contiguous Subarray [V>V>V>V IMP ]
Smallest sum contiguous subarray
Unbounded Knapsack (Repetition of items allowed)
Word Break Problem
Largest Independent Set Problem
Partition problem
Longest Palindromic Subsequence
Count All Palindromic Subsequence in a given String
Longest Palindromic Substring
Longest alternating subsequence
Weighted Job Scheduling
Coin game winner where every player has three choices
Count Derangements (Permutation such that no element appears in its original position
Maximum profit by buying and selling a share at most twice [ IMP ]
Optimal Strategy for a Game
Optimal Binary Search Tree
Palindrome PartitioningProblem
Word Wrap Problem
Mobile Numeric Keypad Problem [ IMP ]
Boolean Parenthesization Problem
Largest rectangular sub-matrix whose sum is 0
Largest area rectangular sub-matrix with equal number of 1’s and 0’s [ IMP ]
Maximum sum rectangle in a 2D matrix
Maximum profit by buying and selling a share at most k times
Find if a string is interleaved of two other strings
Maximum Length of Pair Chain
Topics
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Arrays
Strings
Strings
Strings
Strings
Strings
Strings
Strings
Strings
Strings
Strings
Strings
Strings
Strings
Strings
Strings
Strings
Strings
Strings
Strings
Strings
Strings
Strings
2D Arrays
2D Arrays
2D Arrays
2D Arrays
2D Arrays
2D Arrays
2D Arrays
2D Arrays
2D Arrays
2D Arrays
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Backtracking
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Linked List
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Greedy
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Binary Trees
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Graphs
Tries
Tries
Tries
Tries
Tries
Tries
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
DP
Bit Manipulation
Bit Manipulation
Bit Manipulation
Bit Manipulation
Bit Manipulation
Bit Manipulation
Bit Manipulation
Bit Manipulation
Bit Manipulation
Bit Manipulation
Segment Trees
Segment Trees
Segment Trees
Segment Trees
Segment Trees
Segment Trees
DSA
Question (375)
Maximum and Minimum Element in an Array
Reverse the Array
Maximum-Subarray
Contains Duplicate
Chocolate Distribution Problem
Search in Rotated Sorted Array
Next Permutation
Best time to Buy and Sell Stock
Repeat and Missing Number Array
Kth-Largest Element in an Array
Trapping Rain Water
Product of Array Except Self
Maximum Product Subarray
Find Minimum in Rotated Sorted Array
Find Pair with Sum in Sorted & Rotated Array
3Sum
Container With Most Water
Given Sum Pair
Kth - Smallest Element
Merge Overlapping Intervals
Find Minimum Number of Merge Operations to Make an Array Palindrome
Given an Array of Numbers Arrange the Numbers to Form the Biggest Number
Space Optimization Using Bit Manipulations
Subarray Sum Divisible K
Print all Possible Combinations of r Elements in a Given Array of Size n
Mo's Algorithm
Valid Palindrome
Valid Anagram
Valid parentheses
Remove Consecutive Characters
Longest Common Prefix
Convert a Sentence into its Equivalent Mobile Numeric Keypad Sequence
Print all the Duplicates in the Input String
Longest Substring without Repeating Characters
Longest Repeating Character Replacement
Group Anagrams
Longest Palindromic Substring
Palindromic Substrings
Next Permutation
Count Palindromic Subsequences
Smallest Window in a String Containing all the Characters of Another String
Wildcard String Matching
Longest Prefix Suffix
Rabin-Karp Algorithm for Pattern Searching
Transform One String to Another using Minimum Number of Given Operation
Minimum Window Substring
Boyer Moore Algorithm for Pattern Searching
Word Wrap
Permute Two Arrays such that Sum of Every Pair is Greater or Equal to K
counting sort
find common elements three sorted arrays
Searching in an array where adjacent differ by at most k
ceiling in a sorted array
Piar with given difference
majority element
count triplets with sum smaller that a given value
Maximum Sum Subsequence with no adjacent elements
Merge Sorted Arrays using O(1) Space
Inversion of Array
Find Duplicates in O(n) Time and O(1) Extra Space
Radix Sort
Product of Array except itself
Make all Array Elements Equal
Check if Reversing a Sub Array Make the Array Sorted
Find Four Elements that Sum to a Given Value
Median of Two Sorted Array with Different Size
Median of Stream of Integers Running Integers
Print Subarrays with 0 Sum
Aggressive Cows
Allocate Minimum number of Pages
Minimum Swaps to Sort
Choose k array elements such that difference of maximum and minimum is minimized
Heap Sort
Top K Frequent Elements
k largest elements in an array
Next Greater Element
K’th Smallest/Largest Element in Unsorted Array
Find the maximum repeating number in O(n) time and O(1) extra space
K-th smallest element after removing some integers from natural numbers
Find k closest elements to a given value
K’th largest element in a stream
Connect Ropes
Cuckoo Hashing
Itinerary from a List of Tickets
Largest Subarray with 0 Sum
Count distinct elements in every window of size k
Group Shifted Strings
Merge K Sorted lists
Find Median from Data Stream
Sliding Window Maximum
Find the smallest positive number
Find Surpasser Count of each element in array
Tournament Tree and Binary Heap
Check for palindrome
Length of the largest subarray with contiguous elements
Palindrome Substring Queries
Subarray distinct elements
Find the recurring function
K maximum sum combinations from two arrays
BFS
DFS
Flood Fill Algorithm
Number of Triangles
Detect cycle in a graph
Detect cycle in an undirected graph
Rat in a Maze Problem
Steps by Knight
Clone graph
Number of Operations to Make Network Connected
Dijkstra’s shortest path algorithm
Topological Sort
Oliver and the Game
Minimum time taken by each job to be completed given by a Directed Acyclic Graph
Find whether it is possible to finish all tasks or not from given dependencies
Find the number of islands
Prim's Algo
Negative Weighted Cycle
Floyd Warshall
Graph Coloring
Snakes and Ladders
Kosaraju's Theorem
Journey to moon
Vertex Cover
M Coloring Problem
Cheapest Flights Within K Stops
Find if there is a path of more than k length from a source
Bellman Ford
Bipartitie Graph
Word-Ladder
Allen Dictionary
Kruskals MST
Total number spanning trees graph
Travelling Salesman
Find longest path directed acyclic graph
Two Clique Problem
Minimise the cash flow
Chinese postman
Water Jug
Water Jug 2
5 Questions each D
Companies
ABCO Accolite Amazon Cisco Hike Microsoft Snapdeal VMWare Google Adobe
Infosys Moonfrog Labs
Microsoft + Facebook Interview Qs
Amazon Interview Qs
Amazon Interview Qs
Microsoft Google Adobe Amazon D-E-Shaw Flipkart Hike Intuit MakeMyTrip Paytm
Uber + Goldman Sachs + Adobe Interview Qs
Amazon D-E-Shaw Directi Flipkart Goldman Sachs Intuit MakeMyTrip Microsoft Ola Cabs Oracl
Amazon Interview Qs
Amazon Microsoft Walmart Adobe
Samsung Interview Qs
Microsoft + Facebook Interview Qs
Amazon D-E-Shaw Microsoft Morgan Stanley OYO Rooms Google
Adobe Amazon Microsoft Morgan Stanley Samsung Snapdeal Times Internet
Microsoft + Google + Apple Interview Qs
Adobe Amazon Microsoft Morgan Stanley Samsung Snapdeal Times Internet
Flipkart + Dunzo Interview Qs
Infosys + Amazon + Flipkart Interview Qs
ABCO Accolite Amazon Cisco Hike Microsoft Snapdeal VMWare Google Adobe
Google Interview Qs
Amazon
Barclays Interview Qs
Amazon
Snapdeal Microsoft
Amazon
Microsoft
Amazon
Amazon Microsoft
Flipkart + Apple + Societe Generale IQ
Microsoft Paytm Samsung Adobe
Google + Ola + Goldman Sachs IQ
Microsoft + Uber + Apple + Amazon IQ
Google
MAQ Software Microsoft VMWare
MAQ VMWare
Amazon Microsoft
Samsung
Samsung+ Morgan Stanley+ Snapdeal + EPAM Systems
MAQ Software Microsoft VMWare
TCS Amazon
TCS
Amazon Visa
Amazon+ Google
Amazon SAP Labs
Amazon FactSet Oxigen Wallet OYO Rooms Paytm Walmart Yahoo Adobe Flipkart
Amdocs Brocade Goldman Sachs Juniper Networks Linkedin Microsoft Quikr Snapdeal Synops
Adobe Amazon BankBazaar Flipkart Microsoft Myntra MakeMyTrip
Amazon D-E-Shaw Flipkart Paytm Qualcomm Zoho
Amazon+ Microsoft
Accolite Amazon D-E-Shaw Intuit Morgan Stanley Opera Microsoft Flipkart
Amazon
Amazon
Adobe Amazon Google Microsoft OYO Rooms
Amazon Samsung Microsoft Google
Amazon + Google
Paytm Adobe
Adobe
Google Infosys Codenation Amazon Microsoft
Amazon + Google
Microsoft Amazon
Adobe Amazon Microsoft
Microsoft
Microsoft
Accolite Amazon Amdocs D-E-Shaw MAQ Software Twitter Visa Microsoft
Amazon Directi Flipkart MakeMyTrip MAQ Software Microsoft Ola Cabs Oracle PayPal Zoho
Amazon + Adobe + Accolite + Traveloka
Amazon
IBM
Amazon + Adobe + Accolite + Traveloka
Uber
Sprinklr
Accolite Amazon D-E-Shaw Hike Lybrate Mahindra Comviva MakeMyTrip MAQ Software OYO R
Accolite Amazon Belzabar Brocade FactSet Flipkart MakeMyTrip Microsoft OATS Systems Ora
Amazon Goldman Sachs Kritikal Solutions Microsoft Samsung Visa
Amazon Intuit
Microsoft Amazon MakeMyTrip
Amazon
Accolite Adobe Amazon Citicorp Epic Systems FactSet Hike MAQ Software Monotype Solution
Amazon Microsoft OYO Rooms Intuit
Accolite Amazon D-E-Shaw Hike Lybrate Mahindra Comviva MakeMyTrip MAQ Software OYO R
Amazon
Google
Micorsoft
Walmart
Amazon
Walmart
GeekyAnts
Ola Uber
Morgan Stanley
Microsoft+ Ola+ eBay
Accolite Adobe Amazon MAQ Software Microsoft Paytm Veritas
Paytm
Accolite Amazon Flipkart MakeMyTrip Microsoft Morgan Stanley Qualcomm Snapdeal
24*7 Innovation Labs Amazon Drishti-Soft Flipkart Goldman Sachs Microsoft Paytm Payu Qua
Triology
Amazon Goldman Sachs
Microsoft
Amazon Microsoft
MAQ Software OYO Rooms
Maccafe
Google
Amazon
Flipkart
Samsung
Amazon Microsoft
m is minimized
Adobe
Amazon Microsoft
Amazon Microsoft Walmart Adobe
Amazon + Microsoft + Flipkart + Adobe
ABCO Accolite Amazon Cisco Hike Microsoft Snapdeal VMWare Google Adobe
Accolite Amazon
ABCO Accolite Amazon Cisco Hike Microsoft Snapdeal VMWare Google Adobe
Amazon OYO Rooms
Amazon Cisco Hike OYO Rooms Walmart Microsoft Flipkart
Amazoon + Oyo + Goldman Sachs
Amaxon
Microsoft + Ola + eBay
Amazon MakeMyTrip Microsoft
Accolite Amazon Microsoft
Oracle
Microsoft + Ola + eBay
Adobe Amazon Apple Belzabar D-E-Shaw Facebook Flipkart Google Intuit Microsoft Morgan St
Amazon Directi Flipkart Microsoft Google
Accolite Amazon Samsung Snapdeal
Amazon Morgan Stanley Ola Cabs SAP Labs
Amazon Ola Cabs Samsung Synopsys Walmart Microsoft
Amazon Cisco D-E-Shaw Facebook FactSet Morgan Stanley Paytm Zoho
Amazon Intuit Microsoft
Amazon Morgan Stanley Ola Cabs SAP Labs
Microsoft + Ola + eBay
MAQ Software
Amazon
Amazon
Microsoft
Samsung
Ola
Intuit
Amazon
Google + Amazon
Ola
Amazon
Microsoft+ Samsung + Barclays + Apple + Adobe
Amazon + Google + Facebook + Fidelity International
Siemens + Amazon + Google
Amazon + Google + Microsoft + Walmart + Apple + IBM
Adobe Amazon Microsoft
Apple + Uber
Arrays Dynamic Programming
Adobe + Uber
Google + Microsoft
Facebook Amazon Microsoft Google
Amazon Directi Flipkart GreyOrange Microsoft Mobicip Morgan Stanley Oracle Payu Snapdeal
Google
Amazon + Google
Google + Goldman Sachs + Citrix
Amazon + Google
Samsung
Goldman Sachs
Amazon OYO Rooms Microsoft
Amazon Morgan Stanley Microsoft
Goldman Sachs
Amazon Morgan Stanley Microsoft
Amazon D-E-Shaw Goldman Sachs Google Hike MakeMyTrip MAQ Software Myntra Nearbuy O
Amazon Microsoft
Amazon Samsung
Amazon + Microsoft + Oyo + Directi
Adobe Amazon Housing.com Moonfrog Labs Walmart Microsoft Google Flipkart
Amazon
Webarch Club
Amazon + Accolite + Traveloca + Adobe
Amazon Google
Myntra
Amazon + Microsoft + Samsung + Visa
Ola
Intuit
Salesforce
Ola
Google + IBM
Microsoft
Amazon Microsoft
Amazon Microsoft
Walmart + Flipkart
Accolite Amazon Microsoft
Google
Amazon MakeMyTrip Microsoft
Amazon Directi Intuit MakeMyTrip Microsoft Samsung Google Flipkart
Adobe Apple
Accolite Amazon FactSet Google MakeMyTrip Microsoft Qualcomm Samsung
Adobe
Microsoft
Maq Software
Microsoft
Facebook
Amazon
Microsoft
Google + Adobe + Paytm
Google Interview Qs
Alibaba
Samsung + Accolite
Walmart
Codenation Google
How to solve this sheet?
Remarks
net Google
Important
Important
Important
Important
Important
Approach
used inertion sort to sort the array and the first postion of the array will be the minimium a
https://leetcode.com/problems/maximum-subarray/discuss/3666304/Beats-100-oror-C%2B%2B-oror