Skip to content

Commit

Permalink
add missing part of translation
Browse files Browse the repository at this point in the history
  • Loading branch information
promaxj committed Aug 31, 2021
1 parent 85931b5 commit 4b7ab52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1427,11 +1427,11 @@ You're never really done.

*****************************************************************************************************
*****************************************************************************************************

Everything below this point is optional.
By studying these, you'll get greater exposure to more CS concepts, and will be better prepared for
any software engineering job. You'll be a much more well-rounded software engineer.

*****************************************************************************************************
*****************************************************************************************************

Expand Down
11 changes: 8 additions & 3 deletions translations/README-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@

Fork一個branch,並且跟隨以下的指令

`git clone git@github.com:<your_github_username>/coding-interview-university.git`

`git checkout -b progress`

`git remote add jwasham https://github.com/jwasham/coding-interview-university`
Expand All @@ -246,6 +248,8 @@

`git rebase jwasham/main`

`git push --set-upstream origin progress`

`git push --force`

[更多有關Github-flavored markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)
Expand Down Expand Up @@ -1266,6 +1270,7 @@
- [MIT Interview Materials](https://web.archive.org/web/20160906124824/http://courses.csail.mit.edu/iap/interview/materials.php)
- [Exercises for getting better at a given language](http://exercism.io/languages)


**閱讀並解題(按照以下順序):**

- [ ] [Programming Interviews Exposed: Secrets to Landing Your Next Job, 2nd Edition](https://www.wiley.com/en-us/Programming+Interviews+Exposed%3A+Secrets+to+Landing+Your+Next+Job%2C+2nd+Edition-p-9780470121672)
Expand Down Expand Up @@ -1349,12 +1354,12 @@ Coding面試題目影片:

*****************************************************************************************************
*****************************************************************************************************

下面的東西都是額外的。
讀這些東西,可以更了解電腦科學的概念,
並且能讓自己對任何軟體工程的工作做更好的準備。
如此一來,你將會成為一個更全面的軟體工程師。

*****************************************************************************************************
*****************************************************************************************************

Expand Down Expand Up @@ -1420,7 +1425,7 @@ Coding面試題目影片:
- 前幾章提供了一些解決coding問題的精妙絕倫的方法(有些很舊,甚至還用磁帶),但那些只是導論。這是本程式設計和架構的指南。

## 額外學習

我把他們加了進來為了讓你成為更全方位的軟體工程師,並且留意一些科技以及演算法,讓你的資料庫中有更多素材。

- ### 編譯器
Expand Down

0 comments on commit 4b7ab52

Please sign in to comment.