Skip to content

Commit 6a1e777

Browse files
authored
Merge pull request jwasham#93 from letientai299/vietnamese
Add vietnamese translation
2 parents 03ef97a + 4ecaaf7 commit 6a1e777

File tree

2 files changed

+1979
-26
lines changed

2 files changed

+1979
-26
lines changed

README.md

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# Coding Interview University
22

3-
>I originally created this as a short to-do list of study topics for becoming a software engineer,
4-
but it grew to the large list you see today. After going through this study plan, [I got hired
5-
as a Software Development Engineer at Amazon](https://startupnextdoor.com/ive-been-acquired-by-amazon/?src=ciu)!
6-
You probably won't have to study as much as I did. Anyway, everything you need is here.
3+
> I originally created this as a short to-do list of study topics for becoming a software engineer,
4+
> but it grew to the large list you see today. After going through this study plan, [I got hired
5+
> as a Software Development Engineer at Amazon](https://startupnextdoor.com/ive-been-acquired-by-amazon/?src=ciu)!
6+
> You probably won't have to study as much as I did. Anyway, everything you need is here.
77
>
8-
>The items listed here will prepare you well for in an interview at just about any software company,
9-
including the giants: Amazon, Facebook, Google or Microsoft.
8+
> The items listed here will prepare you well for in an interview at just about any software company,
9+
> including the giants: Amazon, Facebook, Google or Microsoft.
1010
>
1111
> *Best of luck to you!*
1212
1313
Translations:
1414
- [中文版本](translations/README-cn.md)
15+
- [Tiếng Việt - Vietnamese](translations/README-vn.md)
1516
- translations in progress:
1617
- [Español](https://github.com/jwasham/coding-interview-university/issues/80)
1718
- [हिन्दी](https://github.com/jwasham/coding-interview-university/issues/81)
1819
- [עברית](https://github.com/jwasham/coding-interview-university/issues/82)
1920
- [Bahasa Indonesia](https://github.com/jwasham/coding-interview-university/issues/101)
2021
- [Arabic](https://github.com/jwasham/coding-interview-university/issues/98)
21-
- [Vietnamese](https://github.com/jwasham/coding-interview-university/issues/92)
2222
- [Turkish](https://github.com/jwasham/coding-interview-university/issues/90)
2323
- [French](https://github.com/jwasham/coding-interview-university/issues/89)
2424
- [Russian](https://github.com/jwasham/coding-interview-university/issues/87)
@@ -37,11 +37,11 @@ This is my multi-month study plan for going from web developer (self-taught, no
3737

3838
![Coding at the whiteboard - from HBO's Silicon Valley](https://dng5l3qzreal6.cloudfront.net/2016/Aug/coding_board_small-1470866369118.jpg)
3939

40-
This is meant for **new software engineers** or those switching from
41-
software/web development to software engineering (where computer science knowledge is required). If you have
42-
many years of experience and are claiming many years of software engineering experience, expect a harder interview.
40+
This is meant for **new software engineers** or those switching from
41+
software/web development to software engineering (where computer science knowledge is required). If you have
42+
many years of experience and are claiming many years of software engineering experience, expect a harder interview.
4343

44-
If you have many years of software/web development experience, note that large software companies like Google, Amazon,
44+
If you have many years of software/web development experience, note that large software companies like Google, Amazon,
4545
Facebook and Microsoft view software engineering as different from software/web development, and they require computer science knowledge.
4646

4747
If you want to be a reliability engineer or systems engineer, study more from the optional list (networking, security).
@@ -274,7 +274,7 @@ This is a shorter list than what I used. This is abbreviated to save you time.
274274

275275
If you have tons of extra time:
276276

277-
- [ ] [Elements of Programming Interviews (C++ version)](https://www.amazon.com/Elements-Programming-Interviews-Insiders-Guide/dp/1479274836)
277+
- [ ] [Elements of Programming Interviews (C++ version)](https://www.amazon.com/Elements-Programming-Interviews-Insiders-Guide/dp/1479274836)
278278
- [ ] [Elements of Programming Interviews (Java version)](https://www.amazon.com/Elements-Programming-Interviews-Java-Insiders/dp/1517435803/)
279279

280280
### Computer Architecture
@@ -293,7 +293,7 @@ If short on time:
293293
- Chapter 7 - Composite Data Types and Memory Objects
294294
- Chapter 9 - CPU Architecture
295295
- Chapter 10 - Instruction Set Architecture
296-
- Chapter 11 - Memory Architecture and Organization
296+
- Chapter 11 - Memory Architecture and Organization
297297

298298
If you have more time (I want this book):
299299

@@ -304,7 +304,7 @@ If you have more time (I want this book):
304304

305305
**You need to choose a language for the interview (see above).** Here are my recommendations by language. I don't have resources for all languages. I welcome additions.
306306

307-
If you read though one of these, you should have all the data structures and algorithms knowledge you'll need to start doing coding problems.
307+
If you read though one of these, you should have all the data structures and algorithms knowledge you'll need to start doing coding problems.
308308
**You can skip all the video lectures in this project**, unless you'd like a review.
309309

310310
[Additional language-specific resources here.](programming-language-resources.md)
@@ -313,7 +313,7 @@ If you read though one of these, you should have all the data structures and alg
313313

314314
I haven't read these two, but they are highly rated and written by Sedgewick. He's awesome.
315315

316-
- [ ] [Algorithms in C++, Parts 1-4: Fundamentals, Data Structure, Sorting, Searching](https://www.amazon.com/Algorithms-Parts-1-4-Fundamentals-Structure/dp/0201350882/)
316+
- [ ] [Algorithms in C++, Parts 1-4: Fundamentals, Data Structure, Sorting, Searching](https://www.amazon.com/Algorithms-Parts-1-4-Fundamentals-Structure/dp/0201350882/)
317317
- [ ] [Algorithms in C++ Part 5: Graph Algorithms](https://www.amazon.com/Algorithms-Part-Graph-3rd-Pt-5/dp/0201361183/)
318318

319319
If you have a better recommendation for C++, please let me know. Looking for a comprehensive resource.
@@ -378,7 +378,7 @@ OR:
378378
that is just an intro. This a guidebook on program design and architecture, much like Code Complete, but much shorter.
379379

380380
- ~~"Algorithms and Programming: Problems and Solutions" by Shen~~
381-
- A fine book, but after working through problems on several pages I got frustrated with the Pascal, do while loops, 1-indexed arrays, and unclear post-condition satisfaction results.
381+
- A fine book, but after working through problems on several pages I got frustrated with the Pascal, do while loops, 1-indexed arrays, and unclear post-condition satisfaction results.
382382
- Would rather spend time on coding problems from another book or online coding problems.
383383

384384

@@ -407,7 +407,7 @@ I made a mobile-first website so I could review on my phone and tablet, wherever
407407
Make your own for free:
408408

409409
- [Flashcards site repo](https://github.com/jwasham/computer-science-flash-cards)
410-
- [My flash cards database (old - 1200 cards)](https://github.com/jwasham/computer-science-flash-cards/blob/master/cards-jwasham.db):
410+
- [My flash cards database (old - 1200 cards)](https://github.com/jwasham/computer-science-flash-cards/blob/master/cards-jwasham.db):
411411
- [My flash cards database (new - 1800 cards)](https://github.com/jwasham/computer-science-flash-cards/blob/master/cards-jwasham-extreme.db):
412412

413413
Keep in mind I went overboard and have cards covering everything from assembly language and Python trivia to machine learning and statistics. It's way too much for what's required.
@@ -416,7 +416,7 @@ Keep in mind I went overboard and have cards covering everything from assembly l
416416
same card and answer it several times correctly before you really know it. Repetition will put that knowledge deeper in
417417
your brain.
418418

419-
An alternative to using my flashcard site is [Anki](http://ankisrs.net/), which has been recommended to me numerous times. It uses a repetition system to help you remember.
419+
An alternative to using my flashcard site is [Anki](http://ankisrs.net/), which has been recommended to me numerous times. It uses a repetition system to help you remember.
420420
It's user-friendly, available on all platforms and has a cloud sync system. It costs $25 on iOS but is free on other platforms.
421421

422422
My flashcard database in Anki format: https://ankiweb.net/shared/info/25173560 (thanks [@xiewenya](https://github.com/xiewenya))
@@ -474,9 +474,9 @@ Write code on a whiteboard or paper, not a computer. Test with some sample input
474474
- [ ] **Learn C**
475475
- C is everywhere. You'll see examples in books, lectures, videos, *everywhere* while you're studying.
476476
- [ ] [C Programming Language, Vol 2](https://www.amazon.com/Programming-Language-Brian-W-Kernighan/dp/0131103628)
477-
- This is a short book, but it will give you a great handle on the C language and if you practice it a little
477+
- This is a short book, but it will give you a great handle on the C language and if you practice it a little
478478
you'll quickly get proficient. Understanding C helps you understand how programs and memory work.
479-
- [answers to questions](https://github.com/lekkas/c-algorithms)
479+
- [answers to questions](https://github.com/lekkas/c-algorithms)
480480

481481
- [ ] **How computers process a program:**
482482
- [ ] [How does CPU execute program (video)](https://www.youtube.com/watch?v=42KTvGYQYnA)
@@ -1119,7 +1119,7 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
11191119
- [ ] [4. Boyer-Moore](https://www.youtube.com/watch?v=fI7Ch6pZXfM&list=PLe-ggMe31CTdAdjXB3lIuf2maubzo9t66&index=2)
11201120
- [ ] [5. Rabin-Karp](https://www.youtube.com/watch?v=QzI0p6zDjK4&index=1&list=PLe-ggMe31CTdAdjXB3lIuf2maubzo9t66)
11211121
- [ ] [Search pattern in text (video)](https://www.coursera.org/learn/data-structures/lecture/tAfHI/search-pattern-in-text)
1122-
1122+
11231123
If you need more detail on this subject, see "String Matching" section in [Additional Detail on Some Subjects](#additional-detail-on-some-subjects)
11241124

11251125
- ### Tries
@@ -1154,7 +1154,7 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
11541154
- [ ] [Big And Little Endian Inside/Out (video)](https://www.youtube.com/watch?v=oBSuXP-1Tc0)
11551155
- Very technical talk for kernel devs. Don't worry if most is over your head.
11561156
- The first half is enough.
1157-
1157+
11581158
- ### Networking
11591159
- **if you have networking experience or want to be a systems engineer, expect questions**
11601160
- otherwise, this is just good to know
@@ -1174,8 +1174,8 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
11741174

11751175
## System Design, Scalability, Data Handling
11761176
- **You can expect system design questions if you have 4+ years of experience.**
1177-
- Scalability and System Design are very large topics with many topics and resources, since
1178-
there is a lot to consider when designing a software/hardware system that can scale.
1177+
- Scalability and System Design are very large topics with many topics and resources, since
1178+
there is a lot to consider when designing a software/hardware system that can scale.
11791179
Expect to spend quite a bit of time on this.
11801180
- Considerations:
11811181
- scalability
@@ -1486,7 +1486,7 @@ You're never really done.
14861486

14871487
## Additional Learning
14881488

1489-
These topics will likely not come up in an interview, but I added them to help you become a well-rounded
1489+
These topics will likely not come up in an interview, but I added them to help you become a well-rounded
14901490
software engineer, and to be aware of certain technologies and algorithms, so you'll have a bigger toolbox.
14911491

14921492
- ### Compilers
@@ -1954,4 +1954,3 @@ Sit back and enjoy. "Netflix and skill" :P
19541954

19551955
- [Directory of Online CS Courses](https://github.com/open-source-society/computer-science)
19561956
- [Directory of CS Courses (many with online lectures)](https://github.com/prakhar1989/awesome-courses)
1957-

0 commit comments

Comments
 (0)