Author Archive: feellikelearning
演算法練習 Leetcode 力扣 416. Partition Equal Subset Sum 的Python解法
題目 題目鏈接 Given a non-empty array nums containing only positive integers, find if the array can be partitioned into two subsets such that the sum of elements in both subsets is equal. 給一個堆正整數, 能不能把這組數分成2部分使得每部分的和一樣. 比如給定[1, 5, 5, 11], 那麼可以分成[1, 5,…
Read more
怎樣註冊Paypl Key? | how to register Paypal Key?
怎樣查在中國註冊的公司? | How to look up companies legally registered in China
偶爾想查查這方面的信息, 記錄一下也許以後有用.
月子食譜 (1) 紅棗花生小米粥 | Recipe for new mom (1) Chinese millet porridge with red dates and peanuts
家有寶寶上線, 於是當起奶爸月嫂, 準備把些自己試過的菜譜寫下來. 由於我是追求簡單有效的人, 肯定比網上大部分的都簡單.
怎樣用 Python 3 的虛擬環境? | How to use virtual environment for Python 3 ?
怎樣創建新的Python 3虛擬環境?