|
3 | 3 | > * 原文地址:[Google Interview University](https://github.com/jwasham/google-interview-university)
|
4 | 4 | * 原文作者:[John Washam](https://github.com/jwasham)
|
5 | 5 | * 译文出自:[掘金翻译计划](https://github.com/xitu/gold-miner)
|
6 |
| -* 译者:[Aleen](https://github.com/aleen42),[Newton](https://github.com/Newt0n),[bobmayuze](https://github.com/bobmayuze),[Jaeger](https://github.com/laobie),[sqrthree](https://github.com/sqrthree) |
| 6 | +* 译者:[aleen42](https://github.com/aleen42),[Newton](https://github.com/Newt0n),[bobmayuze](https://github.com/bobmayuze),[Jaeger](https://github.com/laobie),[sqrthree](https://github.com/sqrthree) |
| 7 | + |
| 8 | +[](https://github.com/xitu/gold-miner) |
7 | 9 |
|
8 | 10 | ## 这是?
|
9 | 11 |
|
|
22 | 24 | - [如何使用它](#如何使用它)
|
23 | 25 | - [拥有一名 Googler 的心态](#拥有一名-googler-的心态)
|
24 | 26 | - [我得到了工作吗?](#我得到了工作吗)
|
25 |
| -- [跟随着我](#跟随着我) |
26 |
| -- [不要自以为自己足够聪明](#不要自以为自己足够聪明) |
| 27 | +- [跟着我的脚步](#跟着我的脚步) |
| 28 | +- [不要妄自菲薄](#不要妄自菲薄) |
27 | 29 | - [关于 Google](#关于-google)
|
28 | 30 | - [相关视频资源](#相关视频资源)
|
29 | 31 | - [面试过程 & 通用的面试准备](#面试过程--通用的面试准备)
|
|
143 | 145 |
|
144 | 146 | 感谢 JP 的这次介绍。
|
145 | 147 |
|
146 |
| -## 跟随着我 |
| 148 | +## 跟着我的脚步 |
147 | 149 |
|
148 | 150 | 目前我仍在该计划的执行过程中,如果你想跟随我脚步去学习的话,可以登进我在 [GoogleyAsHeck.com](https://googleyasheck.com/) 上所写的博客。
|
149 | 151 |
|
|
156 | 158 |
|
157 | 159 | 
|
158 | 160 |
|
159 |
| -## 不要自以为自己足够聪明 |
| 161 | +## 不要妄自菲薄 |
160 | 162 |
|
161 |
| -- Google 的工程师都是才智过人的。但是,就算是工作在 Google 的他们,仍然会因为自己不够聪明而感到一种不安。 |
| 163 | +- Google 的工程师都是才智过人的。但是,就算是工作在 Google 的他们,仍然会因为觉得自己不够聪明而感到一种不安。 |
162 | 164 | - [天才程序员的神话](https://www.youtube.com/watch?v=0SARbwvhupQ)
|
163 | 165 |
|
164 | 166 | ## 关于 Google
|
|
234 | 236 | - http://blog.codingforinterviews.com/best-programming-language-jobs/
|
235 | 237 | - https://www.quora.com/What-is-the-best-language-to-program-in-for-an-in-person-Google-interview
|
236 | 238 |
|
237 |
| -[在此查看相关语言的资源](programming-language-resources.md) |
| 239 | +[在此查看相关语言的资源](../programming-language-resources.md) |
238 | 240 |
|
239 | 241 | 由于,我正在学习C、C++ 和 Python。因此,在下面你会看到部分关于它们的学习资料。相关书籍请看文章的底部。
|
240 | 242 |
|
|
806 | 808 | - [ ] [尾递归 (video)](https://www.youtube.com/watch?v=L1jjXGfxozc)
|
807 | 809 |
|
808 | 810 | - ### 动态规划(Dynamic Programming)
|
809 |
| - - This subject can be pretty difficult, as each DP soluble problem must be defined as a recursion relation, and coming up with it can be tricky. |
| 811 | + - **注意** :动态规划是门极为重要的技术,尽管其并未被 Google 提供的准备手册提及,但你可能会对寻求最佳解的方式有点疑问,所以我将其列入这份表单。 |
810 | 812 | - 这一部分会有点困难,每个可以用动态规划解决的问题都必须先定义出递推关系,要推导出来可能会有点棘手。
|
811 | 813 | - 我建议先阅读和学习足够多的动态规划的例子,以便对解决 DP 问题的一般模式有个扎实的理解。
|
812 | 814 |
|
|
1435 | 1437 | - [ ] [第六章 (第 2 部分 ) - Abstraction-Occurrence, General Hierarchy, Player-Role, Singleton, Observer, Delegation (视频)](https://www.youtube.com/watch?v=U8-PGsjvZc4&index=12&list=PLJ9pm_Rc9HesnkwKlal_buSIHA-jTZMpO)
|
1436 | 1438 | - [ ] [第六章 (第 3 部分 ) - Adapter, Facade, Immutable, Read-Only Interface, Proxy (video)](https://www.youtube.com/watch?v=7sduBHuex4c&index=13&list=PLJ9pm_Rc9HesnkwKlal_buSIHA-jTZMpO)
|
1437 | 1439 | - [ ] [视频](https://www.youtube.com/playlist?list=PLF206E906175C7E07)
|
1438 |
| - - [ ] [Head Fisrt 设计模型](https://www.amazon.com/Head-First-Design-Patterns-Freeman/dp/0596007124) |
| 1440 | + - [ ] [Head First 设计模型](https://www.amazon.com/Head-First-Design-Patterns-Freeman/dp/0596007124) |
1439 | 1441 | - 尽管这本书叫做设计模式:重复使用模块,但是我还是认为Head First是对于新手来说很不错的书。
|
1440 | 1442 | - [ ] [基于实际操作对于入门开发者的建议](https://sourcemaking.com/design-patterns-and-tips)
|
1441 | 1443 |
|
|
0 commit comments