/images/avatar.jpg

ARST打卡第110周[110/521]

Algorithm lc_278第一个错误的版本 二分查找 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 // The API isBadVersion is defined for you. // bool isBadVersion(int version); class Solution { public: int firstBadVersion(int n) { // 防止溢出的一般

ARST打卡第109周[109/521]

Algorithm LeetCode/474_一和零 Review 【TED演讲】未来如何在没有工作的情况下赚钱 对于整个人类世界来说,我们需要的是通过一种分配手段,让这个人

ARST打卡第108周[108/521]

Algorithm leetcode231_2的幂 1 2 3 4 5 6 class Solution { public: bool isPowerOfTwo(int n) { return __builtin_popcount(n) == 1 && n != -2147483648; } }; Review TED演讲:没有什么是你做不了的 充分发挥主观能动性,去做你

ARST打卡第107周[107/521]

Algorithm LeetCode/1707_与数组中元素的最大异或值 Review 【TED演讲】父亲的痴呆症如何改变我对生命的理解 当你的至亲陷入一些危机,你不是他们的

ARST打卡第106周[106/521]

Algorithm LeetCode/421_数组中两个数的最大异或值 Review 【TED演讲】道德经:水的哲学带给我的启示 上善若水,为而不争,利而不害 Tips 人脸识别方向系

ARST打卡第105周[105/521]

Algorithm LeetCode/1482_制作m束花所需的最少天数 Review 【TED演讲】为什么我们必须成为“勇敢的男人” 相信女生,反思潜意识的偏见 对不起,那些