Skip to content

Commit

Permalink
add rows for Biweekly Contest 36 and Weekly Contest 209 in main readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ecgan committed Oct 4, 2020
1 parent 0c7314d commit da69035
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ The listing below is sorted based on LeetCode #. If you are interested to see my
| 1576 | [Replace All ?'s to Avoid Consecutive Repeating Characters](/problems/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](/problems/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](/problems/minimum-deletion-cost-to-avoid-repeating-letters) | Medium | Greedy |
| 1603 | [Design Parking System](/problems/design-parking-system) | Easy | Design |
| 1604 | [Alert Using Same Key-Card Three or More Times in a One Hour Period](/problems/alert-using-same-key-card-three-or-more-times-in-a-one-hour-period) | Medium | String, Ordered Map |
| 1608 | [Special Array With X Elements Greater Than or Equal X](/problems/special-array-with-x-elements-greater-than-or-equal-x) | Easy | Array |
| 1609 | [Even Odd Tree](/problems/even-odd-tree) | Medium | Tree |

## Questions / Issues

Expand Down

0 comments on commit da69035

Please sign in to comment.