Skip to content

Solutions for Biweekly Contest 34 and Weekly Contest 205

Compare
Choose a tag to compare
@ecgan ecgan released this 06 Sep 15:51
· 13 commits to master since this release

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