Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nonstriater committed Nov 28, 2015
1 parent 599cf26 commit 60b4d10
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
* 红黑树
* B树,B+,B*
* R树



* 二叉堆 (大根堆,小根堆)
* 二项树
* 二项堆
Expand Down Expand Up @@ -108,14 +107,14 @@
为了更简洁的形式设计和藐视算法,在算法设计时又常常采用递归技术,用递归描述算法。


迭代法
穷举搜索法
递推法
* 迭代法
* 穷举搜索法
* 递推法

动态规划
贪心算法
回溯
分治算法
* 动态规划
* 贪心算法
* 回溯
* 分治算法

http://www.chinaunix.net/old_jh/23/437639.html

Expand Down

0 comments on commit 60b4d10

Please sign in to comment.