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 6bde405

Browse files
罗文斌罗文斌
罗文斌
authored and
罗文斌
committed
[update](2023年05月04日 17:47:52): auto commit and push
1 parent e210389 commit 6bde405

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

‎.DS_Store‎

2 KB
Binary file not shown.

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
1. 职业训练:拆分知识点、刻意练习、总结
2626
2. 五步刷题法(五毒神掌)
2727
3. 做算法的最大误区:只刷一遍
28-
4. 新手建议先从简单题开始刷起,从30min/题 提升到 5min/题 就可以开始挑战刷中等难度题
28+
4. 新手建议先从简单题开始刷起,从30min/题 提升到 5min/题 <spanstyle='background-color:cyan'>**就可以开始挑战刷中等难度题**</span>
2929
5. 大厂面试只要你能不看答案刷中等难度题,基本国内大厂随便进(能够讲出如何优化算法并实现,提高算法时间效率一般面试官会给比较好的评价)
3030
6. 始终保持匀速前进,既不松懈倦怠,亦不急于求成,定时归纳总结, 按类训练,深度理解人的记忆规律,高频率高效复习
3131
7. 拥抱孤独, 过滤外界杂音, 平稳心态

‎algorithm_templates/.DS_Store‎

8 KB
Binary file not shown.

‎algorithm_templates/array/array_examples.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def peakIndexInMountainArray1(A):
1212
return i
1313

1414

15+
1516
# binary search
1617
def peakIndexInMountainArray2(A):
1718
lo, hi = 0, len(A)

‎data_structure/.DS_Store‎

8 KB
Binary file not shown.

0 commit comments

Comments
(0)

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