-
Notifications
You must be signed in to change notification settings - Fork 0
wujiaqi6630/algorithmExercise
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
#if WDEBUG /* 重点复习 * 1. 回溯模版 :回溯.cpp 组合排列.cpp * 回溯知识点总结:https://leetcode-cn.com/problems/subsets/solution/c-zong-jie-liao-hui-su-wen-ti-lei-xing-dai-ni-gao-/ * 全排列,组合,子集,电话号码 * 字符串切割,八皇后,铺地砖(未做),数独(未做) * 机器人运动系列问题:这里面使用的是回溯,注意和动态规划中最大路径数目的区分 * 2. 动态规划系列 * 3. 重复区间 :贪心.cpp * 4. 单调栈 : 动态规划.cpp * 5. 回文串 : 回文串&&字符串.cpp * 6. 二叉树操作 * 7. 链表操作 * 8. 排序 */ //并查集 //前缀树 //线段树 //滑动窗口 // #endif
About
C++
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published