02 2021 档案

摘要:https://leetcode-cn.com/problems/single-number-ii/ 位运算 https://www.cnblogs.com/wxisme/p/8858514.html 💯原码, 反码, 补码 详解 https://www.cnblogs.com/zhangziqi 阅读全文
posted @ 2021-02-24 16:11 巴啦啦大魔王 阅读(48) 评论(0) 推荐(0)
摘要:https://mail.python.org/pipermail/python-dev/2002-July/026837.html https://www.geeksforgeeks.org/timsort/ 阅读全文
posted @ 2021-02-24 15:41 巴啦啦大魔王 阅读(38) 评论(0) 推荐(0)
摘要:最初版,用原node的next指向新node,从尾部开始更新random,修改了原链表结构未通过 /* // Definition for a Node. class Node { public: int val; Node* next; Node* random; Node(int _val) { 阅读全文
posted @ 2021-02-22 17:59 巴啦啦大魔王 阅读(66) 评论(0) 推荐(0)
摘要:http://www.alinshans.com/2017/09/18/p1709181/ https://github.com/hunterzhao/EasySTL 阅读全文
posted @ 2021-02-19 10:04 巴啦啦大魔王 阅读(84) 评论(0) 推荐(0)
摘要:https://linux.cn/article-6073-1.html 阅读全文
posted @ 2021-02-19 09:59 巴啦啦大魔王 阅读(42) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_34777600/article/details/80427463 阅读全文
posted @ 2021-02-09 18:42 巴啦啦大魔王 阅读(48) 评论(0) 推荐(0)
摘要:https://leetcode-cn.com/problems/falling-squares/solution/cong-xian-duan-shu-dao-tu-lun-jian-mo-by-wotxdx/ 线段树 https://cp-algorithms.com/data_structur 阅读全文
posted @ 2021-02-08 18:14 巴啦啦大魔王 阅读(108) 评论(0) 推荐(0)
摘要:模板编程 https://github.com/wuye9036/CppTemplateTutorial#c-template-%e8%bf%9b%e9%98%b6%e6%8c%87%e5%8d%97 模版元程序由元数据和元函数组成,元数据就是元编程可以操作的数据,即C++编译器在编译期可以操作的数 阅读全文
posted @ 2021-02-07 20:21 巴啦啦大魔王 阅读(62) 评论(0) 推荐(0)
摘要:https://wonanut.blog.csdn.net/article/details/82915529?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.control&dept 阅读全文
posted @ 2021-02-05 15:51 巴啦啦大魔王 阅读(38) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_34777600/article/details/80399432 https://docs.microsoft.com/zh-cn/cpp/standard-library/function-objects-in-the-stl?view=msvc 阅读全文
posted @ 2021-02-05 11:54 巴啦啦大魔王 阅读(53) 评论(0) 推荐(0)