/LeetCode

Primary LanguageJupyter Notebook

LeetCode Solution

latest-commit-date

Introduction

The project is aimed to record LeetCode solution for LINE group "LeetCode 刷刷鍋"

Code language: Python 3.8.3 64-bit

The repo will only update questions of the week's homework! NO additional questions!!

Auto LeetCode

See Auto LeetCode docs

Question history

2021/03/28

Required Optional
1. Two Sum
13. Roman to Integer
7. Reverse Integer
9. Palindrome Number
38. Count and Say

2021/04/04

Required Optional
20. Valid Parentheses
53. Maximum Subarray
21. Merge Two Sorted Lists
3. Longest Substring Without Repeating Characters
5. Longest Palindromic Substring

2021/04/11

Required Optional
101. Symmetric Tree
104. Maximum Depth of Binary Tree
337. House Robber III
136. Single Number
15. 3Sum
19. Remove Nth Node From End of List

2021/04/25

Required Optional
617. Merge Two Binary Trees
226. Invert Binary Tree
46. Permutations
39. Combination Sum
48. Rotate Image
70. Climbing Stairs
33. Search in Rotated Sorted Array
56. Merge Intervals

2021/05/02

Required Optional
169. Majority Element
448. Find All Numbers Disappeared in an Array
49. Group Anagrams
11. Container With Most Water
2. Add Two Numbers
4. Median of Two Sorted Arrays
215. Kth Largest Element in an Array

2021/05/09

Required Optional
121. Best Time to Buy and Sell Stock
283. Move Zeroes
287. Find the Duplicate Number
394. Decode String
338. Counting Bits
768. Partition Labels
22. Generate Parentheses

2021/05/16

Required Optional
155. Min Stack
17. Letter Combinations of a Phone Number
34. Find First and Last Position of Element in Sorted Array
31. Next Permutation
78. Subsets
139. Word Break
198. House Robber