279. Perfect Squares Given a positive integer n, find t […]
也是我的理想
我的人生理想无非就是找几个人合伙开个公司,不求改变世界,但求混吃等死,赚点小钱就好啦。 因本人程序员出身,所以 […]
Binary Tree Level Order Traversal-LeetCode#102
102. Binary Tree Level Order Traversal Given a binary t […]
Binary Tree Right Side View-LeetCode#199
199. Binary Tree Right Side View Given a binary tree, i […]
Find Largest Value in Each Tree Row-LeetCode#515
515. Find Largest Value in Each Tree Row You need to fi […]
2019计划
2019都过了半个多月了才来写一下这一年的规划… React和React Native要开始上路了 […]
Unique Email Addresses-LeetCode#929
929. Unique Email Addresses Every email consists of a l […]
Jewels and Stones-LeetCode#771
771. Jewels and Stones You’re given strings J rep […]
Valid Perfect Square-LeetCode#367
367. Valid Perfect Square Given a positive integer num, […]
Java 二分查找法
二分搜索(binary search),搜索过程从数组的中间元素开始,如果中间元素正好是要查找的元素,则搜索过 […]