Interview-Questions
Interview-Questions copied to clipboard
List of all the Interview questions practiced from online resources and books
https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU # Array - [x] [Two Sum](../blob/master/00_Arrays/coupleSum) `Easy` - [x] [Best Time to Buy and Sell Stock](../blob/master/00_Arrays/best-time-to-buy-and-sell-stock) `Easy` - [x] [Contains Duplicate](../blob/master/00_Arrays/ContainsDuplicate) `Easy` - [x] [Product of Array Except Self](../blob/master/00_Arrays/product-of-array-except-self)...
See https://leetcode.com/discuss/interview-question/488887/amazon-final-interview-questions-sde1 ``` * not required to solve ~ solve both iteratively and recursively ``` - [x] [Two Sum](../blob/master/00_Arrays/coupleSum) `Easy` - [ ] Median of Two Sorted Arrays `*` ([#4](https://leetcode.com/problems/median-of-two-sorted-arrays/))...
We have come up with a way to sort questions specific to language in wiki. [https://github.com/AlgorithmCrackers/Interview-Questions/wiki/Basic-Qns](https://github.com/AlgorithmCrackers/Interview-Questions/wiki/Basic-Qns)
https://leetcode.com/problems/max-consecutive-ones-iii/ Asked in FB https://leetcode.com/discuss/interview-experience/488471/facebook-e4-jan-2020-offer
http://stackoverflow.com/questions/17416233/data-structure-interview-find-max-number-in-array
[reference answer link](https://github.com/wzhishen/cracking-the-coding-interview/blob/master/src/chap17/Q13.java)
You have an array of english words `{cat, then, hen, end, dog}`. Can you make out if the given sentence is a concatenation of only words from the array? `Cathen`...
- [Smallest integer greater than zero which can not be created by summing any combination of the elements of the array](http://stackoverflow.com/questions/21077763/smallest-number-that-can-not-be-formed-from-sum-of-numbers-from-array) ## Same problem?? - http://stackoverflow.com/questions/21060873/minimum-sum-that-cant-be-obtained-from-a-set - https://www.codechef.com/JAN14/problems/FRBSUM
Have Added Scaler Topics Page under Thanks Section. Please check the suggested changes.