Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzheng0822 authored Feb 12, 2019
1 parent b086012 commit a36e287
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 数据结构和算法必知必会的50个代码实现

## 数组
* 实现一个支持动态扩容的数组
* 实现一个大小固定的有序数组,支持动态增删改操作
Expand All @@ -19,7 +21,7 @@
* 用链表实现一个链式队列
* 实现一个循环队列

##递归
## 递归
* 编程实现斐波那契数列求值f(n)=f(n-1)+f(n-2)
* 编程实现求阶乘n!
* 编程实现一组数据集合的全排列
Expand Down

0 comments on commit a36e287

Please sign in to comment.