Solutions for Biweekly Contest 34 and Weekly Contest 205
Solutions for Biweekly Contest 34:
LeetCode # | Title | Difficulty | Topics |
---|---|---|---|
1572 | Matrix Diagonal Sum | Easy | Array |
1574 | Shortest Subarray to be Removed to Make Array Sorted | Medium | Array, Binary Search |
Solutions for Weekly Contest 205:
LeetCode # | Title | Difficulty | Topics |
---|---|---|---|
1576 | Replace All ?'s to Avoid Consecutive Repeating Characters | Easy | String |
1577 | Number of Ways Where Square of Number Is Equal to Product of Two Numbers | Medium | Hash Table, Math |
1578 | Minimum Deletion Cost to Avoid Repeating Letters | Medium | Greedy |