# HuAlgorithm **Repository Path**: raymentkong/HuAlgorithm ## Basic Information - **Project Name**: HuAlgorithm - **Description**: B站课程:ACM大牛带你玩转算法与数据结构 https://www.bilibili.com/cheese/play/ep66804 练习题 https://oj.haizeix.com/ - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-05 - **Last Updated**: 2025-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HuAlgorithm #### 介绍 B站课程:ACM大牛带你玩转算法与数据结构 https://www.bilibili.com/cheese/play/ep66804 课程源码 https://github.com/huguangAOA/Bilibili-Algorithm 练习题 https://www.luogu.com.cn/ https://oj.haizeix.com/ #### 内容目录 01-递归算法 02-顺序表与链表 03-栈和队列 04-树与二叉树 05-堆与优先队列 06-排序算法 07-查找算法 08-平衡树基础 09-递归函数转非递归 10-森林与并查集 11-单调队列和单调栈 12-回溯算法 13-贪心算法 14-动态规划 15-字符串匹配 16-树状数组与线段树 17-树上的问题