Movatterモバイル変換


[0]ホーム

URL:


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

Commit73b7c7e

Browse files
committed
update readme
1 parent302049c commit73b7c7e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

‎README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#算法模板
22

3-
![来刷题了](images/title.png)
3+
![来刷题了](https://raw.githubusercontent.com/greyireland/algorithm-pattern/master/images/title.png)
44

55
算法模板,最科学的刷题方式,最快速的刷题路径,一个月从入门到 offer,你值得拥有~
66

@@ -14,25 +14,25 @@
1414

1515
##核心内容
1616

17-
###入门篇
17+
###入门篇 🐶
1818

1919
-[go 语言入门](introduction/golang.md)
2020
-[算法快速入门](introduction/quickstart.md)
2121

22-
###数据结构篇
22+
###数据结构篇 🐰
2323

2424
-[二叉树](data_structure/binary_tree.md)
2525
-[链表](data_structure/linked_list.md)
2626
-[栈和队列](data_structure/stack_queue.md)
2727
-[二进制](data_structure/binary_op.md)
2828

29-
###基础算法篇
29+
###基础算法篇 🐮
3030

3131
-[二分搜索](basic_algorithm/binary_search.md)
3232
-[排序算法](basic_algorithm/sort.md)
3333
-[动态规划](basic_algorithm/dp.md)
3434

35-
###算法思维
35+
###算法思维 🦁
3636

3737
-[递归思维](advanced_algorithm/recursion.md)
3838
-[滑动窗口思想](advanced_algorithm/slide_window.md)
@@ -47,9 +47,9 @@
4747

4848
从 4 月份找工作开始,从 0 开始刷 LeetCode,中间大概花了一个半月(6 周)左右时间刷完 240 题。
4949

50-
![一个半月刷完240题](images/leetcode_time.png)
50+
![一个半月刷完240题](https://raw.githubusercontent.com/greyireland/algorithm-pattern/master/images/leetcode_time.png)
5151

52-
![刷题记录](images/leetcode_record.png)
52+
![刷题记录](https://raw.githubusercontent.com/greyireland/algorithm-pattern/master/images/leetcode_record.png)
5353

5454
开始刷题时,确实是无从下手,因为从序号开始刷,刷到几道题就遇到 hard 的题型,会卡住很久,后面去评论区看别人怎么刷题,也去 Google 搜索最好的刷题方式,发现按题型刷题会舒服很多,基本一个类型的题目,一天能做很多,慢慢刷题也不再枯燥,做起来也很有意思,最后也收到不错的 offer(最后去了宇宙系)。
5555

@@ -59,28 +59,28 @@
5959

6060
为什么这么要这么刷,因为 repo 里面的题目是按类型归类,都是一些常见的高频题,很有代表性,大部分都是可以用模板加一点变形做出来,刷完后对大部分题目有基本的认识。然后刷一遍探索卡片,巩固一下一些基础知识点,总结这些知识点。最后剑指 offer 是大部分公司的出题源头,刷完面试中基本会遇到现题或者变形题,基本刷完这三部分,大部分国内公司的面试题应该就没什么问题了~
6161

62-
1、[algorithm-pattern 练习题](https://greyireland.gitbook.io/algorithm-pattern/)
62+
1、[algorithm-pattern 练习题](https://greyireland.gitbook.io/algorithm-pattern/)
6363

64-
![练习题](images/repo_practice.png)
64+
![练习题](https://raw.githubusercontent.com/greyireland/algorithm-pattern/master/images/repo_practice.png)
6565

66-
2、[LeetCode 卡片](https://leetcode-cn.com/explore/)
66+
2、[LeetCode 卡片](https://leetcode-cn.com/explore/)
6767

68-
![探索卡片](images/leetcode_explore.png)
68+
![探索卡片](https://raw.githubusercontent.com/greyireland/algorithm-pattern/master/images/leetcode_explore.png)
6969

70-
3、[剑指 offer](https://leetcode-cn.com/problemset/lcof/)
70+
3、[剑指 offer](https://leetcode-cn.com/problemset/lcof/)
7171

72-
![剑指offer](images/leetcode_jzoffer.png)
72+
![剑指offer](https://raw.githubusercontent.com/greyireland/algorithm-pattern/master/images/leetcode_jzoffer.png)
7373

7474
刷题时间可以合理分配,如果打算准备面试了,建议前面两部分 一个半月 (6 周)时间刷完,最后剑指 offer 半个月刷完,边刷可以边投简历进行面试,遇到不会的不用着急,往模板上套就对了~
7575

7676
>注意点:如果为了找工作刷题,遇到 hard 的题如果有思路就做,没思路先跳过,先把基础打好,再来刷 hard 可能效果会更好~
7777
7878
##面试资源
7979

80-
另外面试还看了大概 100 本书,强烈推荐
80+
另外面试还看了大概 100 本书,强烈推荐 🌝
8181

8282
[我看过的 100 本书](https://github.com/greyireland/awesome-programming-books-1)
8383

8484
##后续
8585

86-
持续更新中~
86+
持续更新中,觉得还可以的话点个**star** 收藏呀 ⭐️~

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp