Editorial: Coding set 9
Good for whiteboarding
- Basic Calculator III
- Build Array Where You Can Find The Maximum Exactly K Comparisons
- Minimum Distance to Type a Word Using Two Fingers
- Longest Chunked Palindrome Decomposition
- 24 Game
Find the Kth Smallest Sum of a Matrix With Sorted Rows
- My gut feeling was wrong
String Compression II
- My algo was wrong
Find the Closest Palindrome
- Corner cases
Minimum Cost to Make at Least One Valid Path in a Grid
- Failed to see the insight
1096. Brace Expansion II
- Compare and contrast with Parsing A Boolean Expression
Minimum Number of Increments on Subarrays to Form a Target Array
- Took me too long
642. Design Search Autocomplete System
- 2 WAs
Numbers With Repeated Digits
- Took me too long