Skip to content

Commit

Permalink
Update (1)斐波那契数列问题和跳台阶问题.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb authored Jul 8, 2018
1 parent 651731b commit f32dc79
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,4 @@ f(n)=f(n-1)+f(n-2)+...+f(1)
int b = a << 2;//左移2,等同于16 * 2的2次方,也就是16 * 4
int c = a >> 2;//右移2,等同于16 / 2的2次方,也就是16 / 4

**欢迎关注我的微信公众号(分享各种Java学习资源,面试题,以及企业级Java实战项目回复关键字免费领取):**
![微信公众号](https://user-gold-cdn.xitu.io/2018/3/19/1623c870135a3609?w=215&h=215&f=jpeg&s=29172)

0 comments on commit f32dc79

Please sign in to comment.