摘要: 2025暑假-数据结构专题 hh,上一个专题总结第一个也是数据结构。 快写啊要不然整个题单都要鸽了 1. Closest Equals link:https://www.luogu.com.cn/problem/CF522D 2. Fibonacci-ish II link:https://www. 阅读全文
posted @ 2025-08-12 18:17 zhouyiran2011 阅读(18) 评论(0) 推荐(0)
摘要: Persistant Segment Tree. 阅读全文
posted @ 2025-08-10 17:38 zhouyiran2011 阅读(18) 评论(0) 推荐(0)
摘要: 淀粉质 阅读全文
posted @ 2025-05-25 20:58 zhouyiran2011 阅读(24) 评论(0) 推荐(0)
摘要: \({\mathtt{1}}\). gcd(最大公因数) 点击查看代码 ll gcd(ll a,ll b) { if(b==0) return a; return gcd(b, a%b); } \({\mathtt{2}}\). 链式前向星 无边权 int head[maxn], edgenum; 阅读全文
posted @ 2024-08-21 17:19 zhouyiran2011 阅读(37) 评论(0) 推荐(0)
摘要: 2025/10/3 | 2025CSP-S模拟赛57 https://oj.gxyzh.com/d/hzoj/contest/68d921a11bde45b9248e2bb9/problems 国庆第一天训练。初三牲要死了。搬到机构里训练,效率几乎为零。 T1其实是简单题。但是考场上想了AB性质后就 阅读全文
posted @ 2025-10-04 09:41 zhouyiran2011 阅读(7) 评论(0) 推荐(0)
摘要: 已完结 阅读全文
posted @ 2025-07-10 17:31 zhouyiran2011 阅读(58) 评论(0) 推荐(0)
摘要: meet in the middle. 阅读全文
posted @ 2025-05-15 21:28 zhouyiran2011 阅读(29) 评论(0) 推荐(0)
摘要: 扫描线 阅读全文
posted @ 2025-05-11 20:25 zhouyiran2011 阅读(20) 评论(0) 推荐(0)
摘要: 基环树和笛卡尔树 阅读全文
posted @ 2025-04-26 17:43 zhouyiran2011 阅读(28) 评论(0) 推荐(0)
摘要: 写了一个月的平衡树 阅读全文
posted @ 2025-03-20 20:42 zhouyiran2011 阅读(67) 评论(0) 推荐(0)
摘要: 专项训练 阅读全文
posted @ 2025-02-28 18:09 zhouyiran2011 阅读(27) 评论(0) 推荐(0)