一.解法 https://leetcode-cn.com/problems/bulls-and-cows/ 要点:hashmapP...
一.解法 https://leetcode-cn.com/problems/nim-game/ 要点:数学,动态规划一开始想到用动...
一.解法 https://leetcode-cn.com/problems/word-pattern/ 要点:hashmapPytho...
一.解法 https://leetcode-cn.com/problems/move-zeroes/ 要点:双指针C++用了从后往前找0冒...
一.解法 https://leetcode-cn.com/problems/first-bad-version/ 要点:二分法Python...
一.解法 https://leetcode-cn.com/problems/missing-number/要点:数学,hashmap,排序C++...
一.解法 https://leetcode-cn.com/problems/ugly-number/要点:数学丑数除去所有的2,所有的3,所有的...
一.解法 https://leetcode-cn.com/problems/add-digits/要点:数学这道题可以用循环方法解决,将给定的数...
一.解法 https://leetcode-cn.com/problems/binary-tree-paths/要点:递归,DFSPython,...