Algorithm 题目: https://leetcode.cn/contest/weekly-contes…
作者: mindthink
ARTS 第 陆 期
Algorithm 周赛题目: https://leetcode.cn/problems/find-occur…
情绪、理性和决策
看《交易心智:投资者大脑揭秘》 B站中文版: https://www.bilibili.com/vid…
ARTS 第 伍 期
Algorithm 周赛题目如下: https://leetcode.cn/problems/special-…
base class ‘class Base’ should be explicitly initialized in the copy constructor
项目中编译选项开启了 -Wextra 之后出现了如下警告: “base class ‘class xxx’ s…
正念禅修
学习: http://fowap.goodweb.net.cn/news/news_more.asp?lm2=…
ARTS 第 肆 期
Algorithm 周赛题目如下: https://leetcode.cn/problems/check-if…
ARTS 第 叁 期
Algorithm 参加了周赛,题目如下: https://leetcode.cn/problems/vali…
ARTS 第 贰 期
Algorithm 题目: https://leetcode.cn/problems/make-a-squar…
使用 conan 进行 C++ 包管理
//TODO 参考链接 https://www.youtube.com/watch?v=T6RZ5On3xz8…
ARTS 第 壹 期
Algorithm 题目: https://leetcode.cn/problems/count-the-nu…
使用 clang-tidy 进行 C++ 大规模软件重构
依赖: clang-tidy clang-apply-replacements run-clang-tidy….
如何统计编译时长?
在项目顶层 CMakelists.txt 添加 set_property(GLOBAL PROPERTY RU…
Install gcc 13 on Ubuntu 22.04
1. sudo add-apt-repository -y ppa:ubuntu-toolchain-r/te…
性能优化
C++特性:内联,函数对象,移动语义,模板,视图类型,返回值优化,…… 通用优化方法:循环优化,内存优…