leetcode-patterns
leetcode-patterns copied to clipboard
A pattern-based approach for learning technical interview questions
August 14, 2022: 
Hi! I have recently come across the SeanPrasad Leetcode list and it has been very useful. The main problem is that every question has a checkbox which I believe is...
Amazon and FB both announced a while back that they're no longer asking DP questions. Can we get some updated lists on which kinds of patterns/questions companies are asking in...
in addition to https://github.com/seanprashad/leetcode-patterns/issues/269 https://leetcode.com/problems/remove-duplicates-from-sorted-array/ https://leetcode.com/problems/shortest-unsorted-continuous-subarray/
- [ ] https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/
https://leetcode.com/problems/happy-number/
Hello. Can you please add the sheets. By this I mean that I am taking these tests in different languages and I would like to have progress on each of...
Bumps [immer](https://github.com/immerjs/immer) to 9.0.21 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `immer` from 8.0.1 to 9.0.21 Release notes Sourced from immer's releases. v9.0.21 9.0.21...
When sorting the data by the company field, the sorting should be based on the frequency of the selected company in the filter. For example, if "Facebook" is selected in...
"Prefix Sum" can be used for question "Path Sum III"