|
@@ -3,7 +3,9 @@
|
|
> * 原文地址:[Google Interview University](https://github.com/jwasham/google-interview-university)
|
|
> * 原文地址:[Google Interview University](https://github.com/jwasham/google-interview-university)
|
|
* 原文作者:[John Washam](https://github.com/jwasham)
|
|
* 原文作者:[John Washam](https://github.com/jwasham)
|
|
* 译文出自:[掘金翻译计划](https://github.com/xitu/gold-miner)
|
|
* 译文出自:[掘金翻译计划](https://github.com/xitu/gold-miner)
|
|
-* 译者:[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)
|
|
|
|
|
|
+* 译者:[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)
|
|
|
|
+
|
|
|
|
+[](https://github.com/xitu/gold-miner)
|
|
|
|
|
|
## 这是?
|
|
## 这是?
|
|
|
|
|
|
@@ -22,8 +24,8 @@
|
|
- [如何使用它](#如何使用它)
|
|
- [如何使用它](#如何使用它)
|
|
- [拥有一名 Googler 的心态](#拥有一名-googler-的心态)
|
|
- [拥有一名 Googler 的心态](#拥有一名-googler-的心态)
|
|
- [我得到了工作吗?](#我得到了工作吗)
|
|
- [我得到了工作吗?](#我得到了工作吗)
|
|
-- [跟随着我](#跟随着我)
|
|
|
|
-- [不要自以为自己不够聪明](#不要自以为自己不够聪明)
|
|
|
|
|
|
+- [跟着我的脚步](#跟着我的脚步)
|
|
|
|
+- [不要妄自菲薄](#不要妄自菲薄)
|
|
- [关于 Google](#关于-google)
|
|
- [关于 Google](#关于-google)
|
|
- [相关视频资源](#相关视频资源)
|
|
- [相关视频资源](#相关视频资源)
|
|
- [面试过程 & 通用的面试准备](#面试过程--通用的面试准备)
|
|
- [面试过程 & 通用的面试准备](#面试过程--通用的面试准备)
|
|
@@ -143,7 +145,7 @@
|
|
|
|
|
|
感谢 JP 的这次介绍。
|
|
感谢 JP 的这次介绍。
|
|
|
|
|
|
-## 跟随着我
|
|
|
|
|
|
+## 跟着我的脚步
|
|
|
|
|
|
目前我仍在该计划的执行过程中,如果你想跟随我脚步去学习的话,可以登进我在 [GoogleyAsHeck.com](https://googleyasheck.com/) 上所写的博客。
|
|
目前我仍在该计划的执行过程中,如果你想跟随我脚步去学习的话,可以登进我在 [GoogleyAsHeck.com](https://googleyasheck.com/) 上所写的博客。
|
|
|
|
|
|
@@ -156,9 +158,9 @@
|
|
|
|
|
|

|
|

|
|
|
|
|
|
-## 不要自以为自己不够聪明
|
|
|
|
|
|
+## 不要妄自菲薄
|
|
|
|
|
|
-- Google 的工程师都是才智过人的。但是,就算是工作在 Google 的他们,仍然会因为自己不够聪明而感到一种不安。
|
|
|
|
|
|
+- Google 的工程师都是才智过人的。但是,就算是工作在 Google 的他们,仍然会因为觉得自己不够聪明而感到一种不安。
|
|
- [天才程序员的神话](https://www.youtube.com/watch?v=0SARbwvhupQ)
|
|
- [天才程序员的神话](https://www.youtube.com/watch?v=0SARbwvhupQ)
|
|
|
|
|
|
## 关于 Google
|
|
## 关于 Google
|
|
@@ -234,7 +236,7 @@
|
|
- http://blog.codingforinterviews.com/best-programming-language-jobs/
|
|
- http://blog.codingforinterviews.com/best-programming-language-jobs/
|
|
- https://www.quora.com/What-is-the-best-language-to-program-in-for-an-in-person-Google-interview
|
|
- https://www.quora.com/What-is-the-best-language-to-program-in-for-an-in-person-Google-interview
|
|
|
|
|
|
-[在此查看相关语言的资源](programming-language-resources.md)
|
|
|
|
|
|
+[在此查看相关语言的资源](../programming-language-resources.md)
|
|
|
|
|
|
由于,我正在学习C、C++ 和 Python。因此,在下面你会看到部分关于它们的学习资料。相关书籍请看文章的底部。
|
|
由于,我正在学习C、C++ 和 Python。因此,在下面你会看到部分关于它们的学习资料。相关书籍请看文章的底部。
|
|
|
|
|
|
@@ -316,7 +318,7 @@
|
|
|
|
|
|
- [ ] **编译器**
|
|
- [ ] **编译器**
|
|
- [ ] [编译器是如何在 ~1 分钟内工作(视频)](https://www.youtube.com/watch?v=IhC7sdYe-Jg)
|
|
- [ ] [编译器是如何在 ~1 分钟内工作(视频)](https://www.youtube.com/watch?v=IhC7sdYe-Jg)
|
|
- - [ ] [Harvard CS50 —— 编译器(视频)](https://www.youtube.com/watch?v=CSZLNYF4Klo)
|
|
|
|
|
|
+ - [ ] [Hardvard CS50 —— 编译器(视频)](https://www.youtube.com/watch?v=CSZLNYF4Klo)
|
|
- [ ] [C++(视频)](https://www.youtube.com/watch?v=twodd1KFfGk)
|
|
- [ ] [C++(视频)](https://www.youtube.com/watch?v=twodd1KFfGk)
|
|
- [ ] [掌握编译器的优化(C++)(视频)](https://www.youtube.com/watch?v=FnGCDLhaxKU)
|
|
- [ ] [掌握编译器的优化(C++)(视频)](https://www.youtube.com/watch?v=FnGCDLhaxKU)
|
|
|
|
|