WCWei-Lin Chenginblog.weilincheng.com·Mar 26, 2023 · 2 min readEasily Clean Up Your Git BranchesIntroduction In this blog post, I'll share a quick Git tip to help you keep your repositories clean and organized. If you have a Git repository with many branches, it can be useful to remove all branches except the main or master branch. Let's dive i...00
WCWei-Lin Chenginblog.weilincheng.com·Feb 17, 2023 · 2 min read[LeetCode] 129. Sum Root to Leaf Numbershttps://leetcode.com/problems/sum-root-to-leaf-numbers/ Time and space complexity O(n) time | O(n) space — where n is the number of nodes of the binary tree Submission Detail Runtime: 32 ms, faster than 72.26% of Python3 online submissions for Sum ...00
WCWei-Lin Chenginblog.weilincheng.com·Mar 23, 2022 · 2 min read[LeetCode] 650. 2 Keys KeyboardThis article includes the code implementation in Python, a detailed explanation, and the complexity analysis for LeetCode 650. 2 Keys Keyboard. Please hit the like button if you find this article is helpful. I will keep writing LeetCode solutions. In...00
WCWei-Lin Chenginblog.weilincheng.com·Feb 7, 2022 · 2 min read[LeetCode] 461. Hamming DistanceThis article includes the code implementation in Python, a detailed explanation, and the complexity analysis for LeetCode - 461. Hamming Distance. Please hit the like button if you find this article is helpful. I will keep writing LeetCode solutions....00
WCWei-Lin Chenginblog.weilincheng.com·Feb 2, 2022 · 3 min read[LeetCode] 438. Find All Anagrams in a StringThis article includes the code implementation in Python, a detailed explanation, and the complexity analysis for LeetCode - 438. Find All Anagrams in a String. Please hit the like button if you find this article is helpful. I will keep writing LeetCo...00