Skip to content

Commit 20633a7

Browse files
authored
Merge branch 'master' into ptbr-translation
2 parents 8e0b7bf + e3fb273 commit 20633a7

File tree

5 files changed

+215
-91
lines changed

5 files changed

+215
-91
lines changed

README-he.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Print out a "[future Googler](https://github.com/jwasham/google-interview-univer
222222
## אודות גוגל
223223

224224
- [ ] לסטודנטים - [Google Careers: Technical Development Guide](https://www.google.com/about/careers/students/guide-to-technical-development.html)
225-
- [ ] איך החיפש עובד:
225+
- [ ] איך החיפוש עובד:
226226
- [ ] [The Evolution of Search (video)](https://www.youtube.com/watch?v=mTBShTwCnD4)
227227
- [ ] [How Search Works - the story](https://www.google.com/insidesearch/howsearchworks/thestory/)
228228
- [ ] [How Search Works](https://www.google.com/insidesearch/howsearchworks/)
@@ -245,7 +245,7 @@ Sometimes the classes are not in session so you have to wait a couple of months,
245245
I like using university lectures.
246246

247247

248-
## Interview Process & General Interview Prep
248+
## תהליך הראיון והכנה כללית לראיון
249249

250250
- [ ] סרטונים:
251251
- [ ] [איך לעבוד בגוגל: Prepare for an Engineering Interview (video)](https://www.youtube.com/watch?v=ko-KkSmp-Lk)
@@ -1355,15 +1355,15 @@ Supplemental:
13551355

13561356
See [Book List above](#book-list)
13571357

1358-
## Coding exercises/challenges
1358+
## תרגילי/אתגרי קידוד
13591359

1360-
Once you've learned your brains out, put those brains to work.
1361-
Take coding challenges every day, as many as you can.
1360+
ברגע שלמדתם מעל ומעבר, תתחילו להשתמש במה שלמדתם.
1361+
תעשו אתגרי קידוד כל יום, כמה שאתם יכולים.
13621362

13631363
- [ ] [How to Find a Solution](https://www.topcoder.com/community/data-science/data-science-tutorials/how-to-find-a-solution/)
13641364
- [ ] [How to Dissect a Topcoder Problem Statement](https://www.topcoder.com/community/data-science/data-science-tutorials/how-to-dissect-a-topcoder-problem-statement/)
13651365

1366-
Challenge sites:
1366+
אתרים עם אתגרים:
13671367
- [LeetCode](https://leetcode.com/)
13681368
- [TopCoder](https://www.topcoder.com/)
13691369
- [Project Euler (math-focused)](https://projecteuler.net/index.php?section=problems)
@@ -1374,7 +1374,8 @@ Challenge sites:
13741374
- [Geeks for Geeks](http://www.geeksforgeeks.org/)
13751375
- [InterviewBit](https://www.interviewbit.com/invite/icjf)
13761376

1377-
Maybe:
1377+
ראיונות דמה:
1378+
- [Pramp - להתאמן בראיונות קידוד עם אחרים, בחינם](https://www.pramp.com/)
13781379
- [Mock interviewers from big companies](http://www.gainlo.co/)
13791380

13801381
## Once you're closer to the interview

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,16 @@ Translations in progress:
2626
- [Russian](https://github.com/jwasham/coding-interview-university/issues/87)
2727
- [Ukrainian](https://github.com/jwasham/coding-interview-university/issues/106)
2828
- [Korean(한국어)](https://github.com/jwasham/coding-interview-university/issues/118)
29+
- [Brazilian Portuguese](https://github.com/jwasham/coding-interview-university/issues/113)
2930
- [Telugu](https://github.com/jwasham/coding-interview-university/issues/117)
3031
- [Polish](https://github.com/jwasham/coding-interview-university/issues/122)
3132
- [German](https://github.com/jwasham/coding-interview-university/issues/135)
3233
- [Urdu](https://github.com/jwasham/coding-interview-university/issues/140)
3334
- [Thai](https://github.com/jwasham/coding-interview-university/issues/156)
3435
- [Greek](https://github.com/jwasham/coding-interview-university/issues/166)
3536
- [Italian](https://github.com/jwasham/coding-interview-university/issues/170)
37+
- [Malayalam](https://github.com/jwasham/coding-interview-university/issues/239)
38+
- [Japanese (日本語)](https://github.com/jwasham/coding-interview-university/issues/257)
3639

3740
## What is it?
3841

@@ -47,7 +50,7 @@ many years of experience and are claiming many years of software engineering exp
4750
If you have many years of software/web development experience, note that large software companies like Google, Amazon,
4851
Facebook and Microsoft view software engineering as different from software/web development, and they require computer science knowledge.
4952

50-
If you want to be a reliability engineer or systems engineer, study more from the optional list (networking, security).
53+
If you want to be a reliability engineer or operations engineer, study more from the optional list (networking, security).
5154

5255
---
5356

@@ -369,15 +372,13 @@ OR:
369372
- this is the real reason you buy this book.
370373
- about to get to this part. Will update here once I've made my way through it.
371374
- Can rent it on kindle
372-
- Half.com is a great resource for textbooks at good prices.
373375
- Answers:
374376
- [Solutions](http://www.algorithm.cs.sunysb.edu/algowiki/index.php/The_Algorithms_Design_Manual_(Second_Edition))
375377
- [Solutions](http://blog.panictank.net/category/algorithmndesignmanualsolutions/page/2/)
376378
- [Errata](http://www3.cs.stonybrook.edu/~skiena/algorist/book/errata)
377379

378380
- [ ] [Introduction to Algorithms](https://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844)
379381
- **Important:** Reading this book will only have limited value. This book is a great review of algorithms and data structures, but won't teach you how to write good code. You have to be able to code a decent solution efficiently.
380-
- Half.com is a great resource for textbooks at good prices.
381382
- aka CLR, sometimes CLRS, because Stein was late to the game
382383

383384
- [ ] [Programming Pearls](http://www.amazon.com/Programming-Pearls-2nd-Jon-Bentley/dp/0201657880)
@@ -1164,7 +1165,7 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
11641165
- The first half is enough.
11651166

11661167
- ### Networking
1167-
- **if you have networking experience or want to be a systems engineer, expect questions**
1168+
- **if you have networking experience or want to be a reliability engineer or operations engineer, expect questions**
11681169
- otherwise, this is just good to know
11691170
- [ ] [Khan Academy](https://www.khanacademy.org/computing/computer-science/internet-intro)
11701171
- [ ] [UDP and TCP: Comparison of Transport Protocols](https://www.youtube.com/watch?v=Vdc8TCESIg8)
@@ -1486,7 +1487,7 @@ You're never really done.
14861487

14871488
## Additional Books
14881489

1489-
- [ ] [The Unix Programming Environment](http://product.half.ebay.com/The-UNIX-Programming-Environment-by-Brian-W-Kernighan-and-Rob-Pike-1983-Other/54385&tg=info)
1490+
- [ ] [The Unix Programming Environment](https://www.amazon.com/dp/013937681X)
14901491
- an oldie but a goodie
14911492
- [ ] [The Linux Command Line: A Complete Introduction](https://www.amazon.com/dp/1593273894/)
14921493
- a modern option
255 KB
Binary file not shown.

0 commit comments

Comments
 (0)