开搞开搞!
算法基础课 进度 0.01%
算法提高课
USACO
- 贪心:
905. 区间选点
题目 https://www.acwing.com/problem/content/907/
解法 https://www.acwing.com/solution/content/248831/
908. 最大不相交区间数量--Golang
题目 https://www.acwing.com/problem/content/910/
解法 https://www.acwing.com/file_system/file/content/whole/index/content/12194647/
- DFS
842. 排列数字
题目 https://www.acwing.com/problem/content/844/
解法 https://www.acwing.com/solution/content/249065/
八皇后
解法 https://www.acwing.com/file_system/file/content/whole/index/content/12210292/
解法 https://www.acwing.com/solution/content/249075/ (LeetCode 切片格式)
LeetCode 1000题:
51. Pow(x, n)
题解:https://www.acwing.com/solution/content/249079/ 快速幂
八皇后二
题目
题目
解法