IP属地:山东
GN 使用gn编译项目的过程: 编写.gn文件模块化各个模块,分别写一个build.gn,添加进主目录的build.gn的依赖中。 gn gen...
1. 数据类型与变量 C++中布尔类型是bool,字符串类型是string 需要注意的点 string 都是 ASCII, 而不是unicode...
递归 非递归
二叉树的遍历 1. 前序遍历 1.1 递归前序遍历 1.2 非递归前序遍历 2 中序遍历 2.1递归遍历 2.2非递归中序遍历 3 后序遍历 3...
从简单到复杂大致排序 1. 内置排序函数(不要太简单好吗) 2. 冒泡排序(排序的helloword) 3.插入排序(静静躺着,期待下面大佬的表...
Description Given a square grid of size n, each cell of which contains i...
Description There are two parallel roads, each containing N and M bucket...
Description Every house in the colony has at most one pipe going into it...
Description Given the list of coins of distinct denominations and total ...