Santhosh Vaiyapuri
Santhosh Vaiyapuri
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/))...
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
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
Reference: https://github.com/GetStream/stream-chat-react-native/issues/1495#issuecomment-1213551868
https://user-images.githubusercontent.com/3846977/174265552-e047a225-590d-4fa0-ba82-0a1febec06c8.mp4 The relevant component: `package/src/components/AutoCompleteInput/AutoCompleteSuggestionList.tsx`
During the development of https://github.com/GetStream/stream-chat-react-native/pull/1239 we realized that jumping to the message cannot be tested via the react-native-testing library. As a component's visibility cannot be checked. This seems to be...