摘要:
#include#include #include //我这里的头以及尾巴与书上的不一样。typedef struct ArcNode{ int from, to; struct ArcNode * fnext, *tonext; int... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(57)
评论(0)
推荐(0)
摘要:
#include #include #include //我这里的头以及尾巴与书上的不一样。typedef struct ArcNode{ int from, to; struct ArcNode * fnext, *tonext; int ... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(53)
评论(0)
推荐(0)
摘要:
https://flowus.cn/xjsc01/share/395ca9dc-315c-4bd5-a942-016709980... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(33)
评论(0)
推荐(0)
摘要:
这里有我的更多内容 flowus 链表的数组表示 (为了方便调试以及不需要使用malloc而耗费较多的时间) 链表的的程... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(56)
评论(0)
推荐(0)
摘要:
Codeforces Round #801 (Div. 2) and EPIC Institute of Technology Ro... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(22)
评论(0)
推荐(0)
摘要:
组成部分: 哈希函数;链表 AcWing137. 雪花雪花雪花 因为所需要数据量过于大,所以只能以O(n)的复杂度。 所以不可能在实... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(47)
评论(0)
推荐(0)
摘要:
K M P模式匹配 #include using namespace std;#define N 100char s[N];char... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(53)
评论(0)
推荐(0)
摘要:
字典树的插入以及删除操作 #include using namespace std;#define N 10010int tire[... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(28)
评论(0)
推荐(0)
摘要:
文章目录 矩阵的相关性质再回顾矩阵加速大法:ACWing205. 斐波那契代码 ACWing206. 石头游戏解题思路:感受:... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(86)
评论(0)
推荐(0)
摘要:
#include #include #include //我这里的头以及尾巴与书上的不一样。int max(int a, int b){ return a > b?a:b;}int min(int a, int b){ return a num_v... 阅读全文
posted @ 2022-07-02 19:00
心坚石穿
阅读(64)
评论(0)
推荐(0)

浙公网安备 33010602011771号