Skip to content

Latest commit

 

History

History
64 lines (56 loc) · 4.53 KB

June-LeetCoding-Challenge.md

File metadata and controls

64 lines (56 loc) · 4.53 KB

June LeetCoding Challenge 2021

In this repository provided my Python solutions of June LeetCoding Challenge problems.

Introduction

In this repository provided my Python solutions of June LeetCoding Challenge problems.

  • I highly recommend you to try and solve problems yourself before look at the solutions here.
  • Solutions and approaches may be not optimal.
  • All Solutions here are in Python 3.

Notes

None

Week 1

Title Solution Difficulty
695. Max Area of Island Python Medium
97. Interleaving String Python Medium
1465. Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts Python Medium
752. Open the Lock Python Medium
1383. Maximum Performance of a Team Python Hard
128. Longest Consecutive Sequence Python Medium
746. Min Cost Climbing Stairs Python Easy

Week 2

Title Solution Difficulty
105. Construct Binary Tree from Preorder and Inorder Traversal Python Medium
1696. Jump Game VI Python Medium
729. My Calendar I Python Medium
1690. Stone Game VII Python Medium
871. Minimum Number of Refueling Stops Python Hard
336. Palindrome Pairs Python Hard
1710. Maximum Units on a Truck Python Easy

Week 3

Title Solution Difficulty
473. Matchsticks to Square Python Medium
22. Generate Parentheses Python Medium
795. Number of Subarrays with Bounded Maximum Python Medium
307. Range Sum Query - Mutable [Python](/Medium/307.RangeSumQuery - Mutable.py) Medium
629. K Inverse Pairs Array Python Hard
778. Swim in Rising Water Python Hard
118. Pascal's Triangle Python Easy

Week 4

Title Solution Difficulty
792. Number of Matching Subsequences Python Medium
92. Reverse Linked List II Python Medium
576. Out of Boundary Paths Python Medium
684. Redundant Connection Python Medium
315. Count of Smaller Numbers After Self Python Hard
135. Candy Python Hard
1047. Remove All Adjacent Duplicates In String Python Easy

Week 5

Title Solution Difficulty
1004. Max Consecutive Ones III Python Medium
236. Lowest Common Ancestor of a Binary Tree Python Medium

License

The code is open-source and licensed under the MIT License.