Skip to content

Commit 6035ad8

Browse files
authored
Update README.md
1 parent ebcc49b commit 6035ad8

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# ProgrammingInterviewsExposed_CodeImplement
2-
对《斩获offer:IT名企面试策略与编程笔试精解》中的面试问题进行整理,并给出参考实现代码。原书名:Programming Interviews Exposed: Coding Your Way Through the Interview, 4th Edition
1+
# 这是什么
2+
由编程大学推荐的一本练习编程的书籍:《斩获offer:IT名企面试策略与编程笔试精解》
3+
4+
我整理了书中编写的每一个编程问题,给出解决问题的思路,并给出可运行的代码。
5+
6+
原书名:Programming Interviews Exposed: Coding Your Way Through the Interview, 4th Edition
7+
8+
# 怎么用
9+
看每一个.md文件中的编程题目,
10+
11+
先自己给出一个解题思路,然后再看.md文件中给出的解题思路,
12+
13+
比较自己的思路是否可行,考虑的情况是否全面,是否有更好的实现方式,
14+
15+
接着再是根据思路写代码,
16+
17+
实现代码后,可以使用在线编译网站,对代码进行运行。
18+
19+
# 如果你的代码运行不了
20+
可以问gpt,
21+
可以在本仓库的github中创建一个issues,
22+
可以问stack overflow
23+
可以问谷歌

0 commit comments

Comments
 (0)