In this repository provided my Python solutions of June LeetCoding Challenge problems.
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.
None
№ | Title | Solution | Difficulty |
---|---|---|---|
695. | Max Area of Island | Python | Medium |
97. | Interleaving String | Medium | |
1465. | Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts | Python | Medium |
752. | Open the Lock | Medium | |
1383. | Maximum Performance of a Team | Hard | |
128. | Longest Consecutive Sequence | Python | Medium |
746. | Min Cost Climbing Stairs | Python | Easy |
№ | Title | Solution | Difficulty |
---|---|---|---|
105. | Construct Binary Tree from Preorder and Inorder Traversal | Medium | |
1696. | Jump Game VI | Medium | |
729. | My Calendar I | Python | Medium |
1690. | Stone Game VII | Medium | |
871. | Minimum Number of Refueling Stops | Hard | |
336. | Palindrome Pairs | Hard | |
1710. | Maximum Units on a Truck | Python | Easy |
№ | Title | Solution | Difficulty |
---|---|---|---|
473. | Matchsticks to Square | Medium | |
22. | Generate Parentheses | Medium | |
795. | Number of Subarrays with Bounded Maximum | Medium | |
307. | Range Sum Query - Mutable | [Python](/Medium/307.RangeSumQuery - Mutable.py) | Medium |
629. | K Inverse Pairs Array | Hard | |
778. | Swim in Rising Water | Hard | |
118. | Pascal's Triangle | Python | Easy |
№ | Title | Solution | Difficulty |
---|---|---|---|
792. | Number of Matching Subsequences | Medium | |
92. | Reverse Linked List II | Python | Medium |
576. | Out of Boundary Paths | Medium | |
684. | Redundant Connection | Medium | |
315. | Count of Smaller Numbers After Self | Hard | |
135. | Candy | Hard | |
1047. | Remove All Adjacent Duplicates In String | Python | Easy |
№ | Title | Solution | Difficulty |
---|---|---|---|
1004. | Max Consecutive Ones III | Medium | |
236. | Lowest Common Ancestor of a Binary Tree | Medium |
The code is open-source and licensed under the MIT License.