mirror of
https://github.com/huihut/interview.git
synced 2024-03-22 13:10:48 +08:00
修改其他算法
This commit is contained in:
parent
17cdac72d1
commit
89b03d94dd
@ -1704,7 +1704,7 @@ B树/B+树 |O(log<sub>2</sub>n) | |
|
||||
|
||||
### 其他算法
|
||||
|
||||
其他算法 |思想| 应用
|
||||
算法 |思想| 应用
|
||||
---|---|---
|
||||
[分治法](https://zh.wikipedia.org/wiki/%E5%88%86%E6%B2%BB%E6%B3%95)|把一个复杂的问题分成两个或更多的相同或相似的子问题,直到最后子问题可以简单的直接求解,原问题的解即子问题的解的合并|[循环赛日程安排问题](https://github.com/huihut/interview/tree/master/Problems/RoundRobinProblem)、排序算法(快速排序、归并排序)
|
||||
[动态规划](https://zh.wikipedia.org/wiki/%E5%8A%A8%E6%80%81%E8%A7%84%E5%88%92)|通过把原问题分解为相对简单的子问题的方式求解复杂问题的方法,适用于有重叠子问题和最优子结构性质的问题|[背包问题](https://github.com/huihut/interview/tree/master/Problems/KnapsackProblem)、斐波那契数列
|
||||
|
Loading…
x
Reference in New Issue
Block a user