Skip to content

Commit 4f76108

Browse files
author
The Promised Prince
authored
updates in contents (#4)
* Update README.md * update * add gitbook version * update * update * update * update * update * update * adding badges for xitu * Added Sedgewick videos to final review. * Moved some string searching resources into additional detail section. * Reorganized sorting section. Moved some lectures to additional section. * Added Sedgewick Radix sorting videos. * Note on radix sort videos. * Sedgewick videos on tries. * Added info retention article. * Updating the list of what you need to know (for entry-level engineers) based on recent info. * Minor format change. * Minor format change. * Minor format change. * Minor format change. * Minor format change. * Minor format change. * Minor format change. * Moved OO and Design Patterns to main need-to-know area. Added notes about networking. * Adding in notes about how large companies define software engineering differently from development. * Update README.md Fix typo and grammar * Added new video from Google of an example coding/engineering interview. * Moved some books around. * Added a new article for coding problems. * Note about Programming Interviews Exposed. * Note about Programming Interviews Exposed. * Note about Programming Interviews Exposed. * [Doc] Correct Harvard name typo * [Doc] Fix double negative video link name * [Doc] Fix video link typo * Reorganized to add a book list. * Fixed typo, and added note about languages. * Added link to Medium post. * Fix broken link * Minor edit. * Added Geeks for Geeks. * Moved dynamic programming to optional. I was mistaken, in that it wasn't in the Yegge article or Google's coaching notes. * Added status and follow-up. * Added follow-up to TOC. * Back to it. * Added video on Imposter Syndrome. * Spanish translation file created and first start * Added spanish translation link * Fix typo * docs: fix spelling error Fixed spelling error: somehat -> somewhat * Added "in progress" on Spanish translation. * Fix typo * Added links to Hindi and Spanish translation efforts. I hope I spelled Hindi correctly: मानक हिन्दी * Create README-hn.md * update translation * Changed to हिन्दी. * Update README.md for issue jwasham#82 Hebrew translation Add the link to the issue and file in the main README file. Add the file README-he.md to repository, the translation of first pages * Create README-he.md Create the file Add the first translated paragraph The text direction will be changed later * Update README-hn.md Additional chunk of translation * Update README-hn.md more translation * Update README-hn.md Test Link * Update README-hn.md Link updated * Begin Ukrainian translation * Translate next paragraph * Update README-hn.md * Added link to Hindi. * Hindi translation in progress made title changes * Update README-he.md * Added new directory for translated README files. * Testing out moving Chinese translation. * Moving back Chinese translation. * Include other influential Google papers These Google papers have been very influential to the industry. - Chubby, heavily influenced Apache Zookeeper and etcd - Bigtable, along with Amazon DynamoDB paper, triggered the whole "movement" of NoSQL datastores. - Dapper inspired Twitter's Zipkin and others - Dremel, which basically is the implementation of their BigQuery service. Good luck in your interview! * Removed broken link. * Removed mistaken checkboxes. * Updated links to my flash cards. * Added discussion area. * Move translation into dedicated dir * Removed discussions. Moving to wiki. * Moved DP back to required, with a disclaimer. * Added links to translation issues. * Add a missing translation. * Move translation into dedicated dir * Correct the link. * Update to current English version * Translate few more paragraphs * Small Grammar Issue (Final Review) fixed a small typo in final review section * Fix four minor typos - "whereever" -> "wherever" - "english" -> "English" - "the the" -> "the" - "Fisrt" -> "First" Signed-off-by: Abdur Rehman <[email protected]> * Added link to Brazilian Portuguese in progress. * Added link to Korean. * Adding link to Polish. * Removed broken link. Thanks @hemko
1 parent ad863f4 commit 4f76108

File tree

7 files changed

+8384
-440
lines changed

7 files changed

+8384
-440
lines changed

Diff for: README-es.md

+2,019
Large diffs are not rendered by default.

Diff for: README-he.md

+2,009
Large diffs are not rendered by default.

Diff for: README-hn.md

+1,677
Large diffs are not rendered by default.

Diff for: README.md

+631-431
Large diffs are not rendered by default.

Diff for: README-cn.md renamed to translations/README-cn.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
> * 原文地址:[Google Interview University](https://github.com/jwasham/google-interview-university)
44
* 原文作者:[John Washam](https://github.com/jwasham)
55
* 译文出自:[掘金翻译计划](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+
[![xitu](https://camo.githubusercontent.com/c9c9db0a39b56738a62332f0791d58b1522fdf82/68747470733a2f2f7261776769742e636f6d2f616c65656e34322f6261646765732f6d61737465722f7372632f786974752e737667)](https://github.com/xitu/gold-miner)
79

810
## 这是?
911

@@ -22,8 +24,8 @@
2224
- [如何使用它](#如何使用它)
2325
- [拥有一名 Googler 的心态](#拥有一名-googler-的心态)
2426
- [我得到了工作吗?](#我得到了工作吗)
25-
- [跟随着我](#跟随着我)
26-
- [不要自以为自己足够聪明](#不要自以为自己足够聪明)
27+
- [跟着我的脚步](#跟着我的脚步)
28+
- [不要妄自菲薄](#不要妄自菲薄)
2729
- [关于 Google](#关于-google)
2830
- [相关视频资源](#相关视频资源)
2931
- [面试过程 & 通用的面试准备](#面试过程--通用的面试准备)
@@ -143,7 +145,7 @@
143145

144146
感谢 JP 的这次介绍。
145147

146-
## 跟随着我
148+
## 跟着我的脚步
147149

148150
目前我仍在该计划的执行过程中,如果你想跟随我脚步去学习的话,可以登进我在 [GoogleyAsHeck.com](https://googleyasheck.com/) 上所写的博客。
149151

@@ -156,9 +158,9 @@
156158

157159
![John Washam - Google Interview University](https://dng5l3qzreal6.cloudfront.net/2016/Aug/book_stack_photo_resized_18_1469302751157-1472661280368.png)
158160

159-
## 不要自以为自己足够聪明
161+
## 不要妄自菲薄
160162

161-
- Google 的工程师都是才智过人的。但是,就算是工作在 Google 的他们,仍然会因为自己不够聪明而感到一种不安
163+
- Google 的工程师都是才智过人的。但是,就算是工作在 Google 的他们,仍然会因为觉得自己不够聪明而感到一种不安
162164
- [天才程序员的神话](https://www.youtube.com/watch?v=0SARbwvhupQ)
163165

164166
## 关于 Google
@@ -234,7 +236,7 @@
234236
- http://blog.codingforinterviews.com/best-programming-language-jobs/
235237
- https://www.quora.com/What-is-the-best-language-to-program-in-for-an-in-person-Google-interview
236238

237-
[在此查看相关语言的资源](programming-language-resources.md)
239+
[在此查看相关语言的资源](../programming-language-resources.md)
238240

239241
由于,我正在学习C、C++ 和 Python。因此,在下面你会看到部分关于它们的学习资料。相关书籍请看文章的底部。
240242

@@ -806,7 +808,7 @@
806808
- [ ] [尾递归 (video)](https://www.youtube.com/watch?v=L1jjXGfxozc)
807809

808810
- ### 动态规划(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 提供的准备手册提及,但你可能会对寻求最佳解的方式有点疑问,所以我将其列入这份表单。
810812
- 这一部分会有点困难,每个可以用动态规划解决的问题都必须先定义出递推关系,要推导出来可能会有点棘手。
811813
- 我建议先阅读和学习足够多的动态规划的例子,以便对解决 DP 问题的一般模式有个扎实的理解。
812814

@@ -1435,7 +1437,7 @@
14351437
- [ ] [第六章 (第 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)
14361438
- [ ] [第六章 (第 3 部分 ) - Adapter, Facade, Immutable, Read-Only Interface, Proxy (video)](https://www.youtube.com/watch?v=7sduBHuex4c&index=13&list=PLJ9pm_Rc9HesnkwKlal_buSIHA-jTZMpO)
14371439
- [ ] [视频](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)
14391441
- 尽管这本书叫做设计模式:重复使用模块,但是我还是认为Head First是对于新手来说很不错的书。
14401442
- [ ] [基于实际操作对于入门开发者的建议](https://sourcemaking.com/design-patterns-and-tips)
14411443

0 commit comments

Comments
 (0)