Skip to content

Repository files navigation

Algorithm Problems — 蓝桥杯算法题解

蓝桥杯全国软件和信息技术专业人才大赛算法题解集合。 使用 C++ 实现,涵盖动态规划、图论、字符串处理、数据结构等经典算法题型。


📋 覆盖范围 | Topics

主题 说明
动态规划 背包问题、区间 DP、树形 DP
图论 最短路径、最小生成树、拓扑排序
字符串处理 KMP、Trie 树、字符串哈希
排序与搜索 各种排序算法、二分搜索
数据结构 并查集、线段树、树状数组
数学 数论、组合数学

🚀 快速开始 | Quick Start

# 编译运行
g++ -std=c++17 problem_name.cpp -o solution
./solution

📄 许可证 | License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages