Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f32dc79

Browse files
Update (1)斐波那契数列问题和跳台阶问题.md
1 parent 651731b commit f32dc79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎数据结构与算法/算法题解析/剑指offer/(1)斐波那契数列问题和跳台阶问题.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,4 @@ f(n)=f(n-1)+f(n-2)+...+f(1)
124124
int b = a << 2;//左移2,等同于16 * 2的2次方,也就是16 * 4
125125
int c = a >> 2;//右移2,等同于16 / 2的2次方,也就是16 / 4
126126

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /