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虚拟环境?