摘要:
题面 https://flowus.cn/xjsc01/share/395ca9dc-315c-4bd5-a942-016709... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(54)
评论(0)
推荐(0)
摘要:
https://flowus.cn/xjsc01/share/395ca9dc-315c-4bd5-a942-016709980... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(61)
评论(0)
推荐(0)
摘要:
这里有我的更多内容 flowus 链表的数组表示 (为了方便调试以及不需要使用malloc而耗费较多的时间) 链表的的程... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(82)
评论(0)
推荐(0)
摘要:
Codeforces Round #801 (Div. 2) and EPIC Institute of Technology Ro... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(82)
评论(0)
推荐(0)
摘要:
组成部分: 哈希函数;链表 AcWing137. 雪花雪花雪花 因为所需要数据量过于大,所以只能以O(n)的复杂度。 所以不可能在实... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(76)
评论(0)
推荐(0)
摘要:
K M P模式匹配 #include using namespace std;#define N 100char s[N];char... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(74)
评论(0)
推荐(0)
摘要:
字典树的插入以及删除操作 #include using namespace std;#define N 10010int tire[... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(50)
评论(0)
推荐(0)
摘要:
文章目录 矩阵的相关性质再回顾矩阵加速大法:ACWing205. 斐波那契代码 ACWing206. 石头游戏解题思路:感受:... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(118)
评论(0)
推荐(0)
摘要:
#define _CRT_SECURE_NO_WARNINGS#include #include typedef struct _Queue{ int max_size; int rear; int lenth; int* dat... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(76)
评论(0)
推荐(0)
摘要:
杨辉三角的打印---------数据结构典型例题 现在,给定一个数字N,需要打印N行的杨辉三角 注意: 杨辉三角实际上是 ... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(242)
评论(0)
推荐(0)

浙公网安备 33010602011771号