自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(82)
  • 收藏
  • 关注

原创 洛谷P4555 最长双回文串

洛谷P4555 最长双回文串 字符串 最长回文子串 Manacher算法

2025-06-12 22:00:47 348

原创 A 找倍数 (线段树)

“华讯杯”内蒙古自治区第十七届大学生程序设计竞赛 A题 找倍数 线段树

2025-06-10 20:12:18 988

原创 D. Gellyfish and Camellia Japonica【Codeforces Round 1028 (Div. 2)】

D. Gellyfish and Camellia Japonica【Codeforces Round 1028 (Div. 2)】构造(constructive algorithms)DFS及其变种(dfs and similar)图论(graphs)贪心(greedy)树形结构(trees)

2025-06-02 15:05:24 256

原创 E. Melody 【CF1026 (Div. 2)】 (求欧拉路径之Hierholzer算法)

求欧拉路径的Hierholzer算法 Codeforces Round 1026 (Div. 2) E. Melody DFS及其变种(dfs and similar)图论(graphs)模拟(implementation)*2300

2025-05-30 17:52:20 436

原创 D. Fewer Batteries 【Codeforces Round 1026 (Div. 2)】

【Codeforces Round 1026 (Div. 2)】D. Fewer Batteries 的三种思路 二分(binary search)DFS及其变种(dfs and similar)动态规划(dp)图论(graphs)贪心(greedy)

2025-05-25 17:21:17 748

原创 【模板】阶乘预处理+组合数、模逆元、矩阵快速幂

阶乘预处理+组合数、模逆元、矩阵快速幂

2025-05-24 13:38:03 202

原创 HBCPC2025 补题 (F、I)

HBCPC2025 第九届河北省大学生程序设计竞赛

2025-05-20 21:35:42 293 2

原创 D. Eating【Codeforces Round 1005 (Div. 2)】

Codeforces Round 1005 (Div. 2) D. Eating二分(binary search)状态压缩(bitmasks)暴力枚举(brute force)数据结构(data structures)动态规划(dp)贪心(greedy)树形结构(trees)双指针(two pointers)

2025-05-14 22:28:14 680

原创 E. 23 Kingdom【Codeforces Round 1024 (Div. 2)】

E. 23 Kingdom【Codeforces Round 1024 (Div. 2)】 数据结构(data structures)贪心(greedy)三分(ternary search)双指针(two pointers)

2025-05-14 16:38:25 418 2

原创 D. Apple Tree Traversing 【Codeforces Round 1023 (Div. 2)】

Codeforces Round 1023 (Div. 2) D. Apple Tree Traversing 暴力枚举(brute force)DFS及其变种(dfs and similar)贪心(greedy)模拟(implementation)树形结构(trees)

2025-05-10 16:52:35 971

原创 2025icpc西安邀请赛游寄

2025icpc西安邀请赛游寄

2025-05-07 21:26:42 51 1

原创 E. Unpleasant Strings【Educational Codeforces Round 178 (Rated for Div. 2)】

E. Unpleasant Strings【Educational Codeforces Round 178 (Rated for Div. 2)】动态规划(dp)贪心(greedy)字符串处理(strings)

2025-04-30 17:04:30 609

原创 GoogleAgent-quickstart 学习笔记

GoogleAgent ADK学习笔记

2025-04-13 14:16:00 402

原创 【模板】ST表

st表:静态区间可重复贡献查询(如最值、GCD、按位与/或)

2025-04-06 11:51:22 969

原创 P2762 太空飞行计划问题 (网络流、最大权闭合子图问题)

洛谷P2762 太空飞行计划问题 网络流 最大权闭合子图问题 图论

2025-04-04 17:47:41 857

原创 【模板】P2764 最小路径覆盖问题

洛谷P2764 最小路径覆盖问题 网络流 匈牙利算法 图论

2025-04-02 18:23:32 966

原创 RAG 和 RAGFlow 学习笔记

【学习笔记】 RAG 、 RAGFlow

2025-04-02 09:46:31 1292

原创 《构建有效的AI代理》学习笔记

Building effective agents (构建有效的AI代理) 学习笔记

2025-03-30 20:28:26 1039

原创 G - Maximize Distance【ABC397】

G - Maximize Distance OMRON Corporation Programming Contest 2025 (AtCoder Beginner Contest 397)网络流 图论 二分答案 DINIC

2025-03-27 17:45:21 459

原创 【图论】网络流算法入门

【算法】网络流算法入门 c++

2025-03-26 18:40:04 1117

原创 E. Serval and Modulo【Codeforces Round 1011 (Div. 2)】

E. Serval and Modulo【Codeforces Round 1011 (Div. 2)】构造(constructive algorithms)数学(math)数论(number theory)

2025-03-25 04:00:00 819

原创 D. Serval and Kaitenzushi Buffet 【Codeforces Round 1011 (Div. 2)】

D. Serval and Kaitenzushi Buffet 【Codeforces Round 1011 (Div. 2)】数据结构(data structures)图匹配(graph matchings)贪心(greedy)

2025-03-24 19:37:42 700

原创 C . Serval and The Formula【Codeforces Round 1011 (Div. 2)】

【Codeforces Round 1011 (Div. 2)】C. Serval and The Formula 状态压缩(bitmasks)构造(constructive algorithms)贪心(greedy)

2025-03-24 19:28:39 1050

原创 【模板】计算几何入门

计算几何 模板 c++

2025-03-22 19:23:39 169

原创 G. Game With Triangles: Season 2【Codeforces Round 1009 (Div. 3)】

Codeforces Round 1009 (Div. 3) G. Game With Triangles: Season 2动态规划(dp)计算几何(geometry)*2100

2025-03-22 13:53:08 958

原创 D. Equalization【Educational Codeforces Round 176 (Rated for Div. 2)】

Educational Codeforces Round 176 (Rated for Div. 2) D. Equalization状态压缩(bitmasks)暴力枚举(brute force)动态规划(dp)图论(graphs)贪心(greedy)数学(math)

2025-03-20 21:35:52 720

原创 E - Path Decomposition of a Tree【 ABC 397】

E - Path Decomposition of a Tree (AtCoder Beginner Contest 397) 树形dp 图论 dfs

2025-03-16 15:15:58 410

原创 F. Counting Necessary Nodes 【Codeforces Round 1009 (Div. 3)】

Codeforces Round 1009 (Div. 3) F. Counting Necessary Nodes状态压缩(bitmasks)分治(divide and conquer)计算几何(geometry)贪心(greedy)模拟(implementation)数学(math)

2025-03-13 16:54:20 461

原创 E. Finding OR Sum【Codeforces Round 1008 (Div. 2)】

E. Finding OR Sum【Codeforces Round 1008 (Div. 2)】 状态压缩(bitmasks)模拟(implementation)交互题(interactive)数学(math)

2025-03-11 19:35:08 387

原创 【模板】树算法之LCA(最近公共祖先)

LCA(最近公共祖先) Tarjan \ 倍增

2025-03-09 17:48:40 391

原创 D1. Infinite Sequence (Easy Version) 【Codeforces Round 1007 (Div. 2)】

D1. Infinite Sequence (Easy Version) 【Codeforces Round 1007 (Div. 2)】状态压缩(bitmasks)暴力枚举(brute force)动态规划(dp)模拟(implementation)数学(math)

2025-03-09 16:19:21 1047

原创 G. Tree Destruction 【Codeforces Round 991 (Div. 3)】

Codeforces Round 991 (Div. 3) G. Tree DestructionDFS及其变种(dfs and similar)动态规划(dp)树形结构(trees)

2025-03-05 12:35:37 238 1

原创 【图论】判断图中有环的两种方法及实现

判断图中有环的两种方法及实现 C++ 图论 dfs 拓扑排序

2025-03-03 20:35:52 972

原创 【算法】二进制,状态压缩专题

【算法】二进制,状态压缩专题

2025-02-27 12:48:59 868

原创 E - Palindromic Shortest Path【ABC394】

E - Palindromic Shortest Path【ABC394】 BFS 图论 字符串

2025-02-22 22:40:35 334

原创 D. Graph and Graph 【Codeforces Round 1002 (Div. 2)】

Codeforces Round 1002 (Div. 2) D. Graph and Graph 数据结构(data structures)图论(graphs)贪心(greedy)最短路(shortest paths)

2025-02-21 19:48:01 879

原创 C. Beautiful Sequence + D. Palindrome Shuffle【Educational Codeforces Round 174 (Rated for Div. 2)】

Educational Codeforces Round 174 (Rated for Div. 2)

2025-02-19 23:49:26 936

原创 【模板】图论 最短路 (Floyd+SPFA+Dijkstra)

【模板】最短路算法 (Floyd+SPFA+Dijkstra)

2025-02-18 20:13:30 467

原创 【模板】并查集

并查集

2025-02-14 16:24:17 253

原创 D. Object Identification 【Codeforces Round 1004 (Div. 2)】

Codeforces Round 1004 (Div. 2) D. Object Identification构造(constructive algorithms)图论(graphs)交互题(interactive)

2025-02-12 15:40:04 993

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除