Merge pull request #959 from promaxj/progress

add missing part of translation
This commit is contained in:
John Washam 2021-09-02 08:38:53 -07:00 committed by GitHub
commit 560f6c62be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

View File

@ -232,6 +232,8 @@
Fork一個branch並且跟隨以下的指令 Fork一個branch並且跟隨以下的指令
`git clone git@github.com:<your_github_username>/coding-interview-university.git`
`git checkout -b progress` `git checkout -b progress`
`git remote add jwasham https://github.com/jwasham/coding-interview-university` `git remote add jwasham https://github.com/jwasham/coding-interview-university`
@ -246,6 +248,8 @@
`git rebase jwasham/main` `git rebase jwasham/main`
`git push --set-upstream origin progress`
`git push --force` `git push --force`
[更多有關Github-flavored markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown) [更多有關Github-flavored markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)
@ -1266,6 +1270,7 @@
- [MIT Interview Materials](https://web.archive.org/web/20160906124824/http://courses.csail.mit.edu/iap/interview/materials.php) - [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) - [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) - [ ] [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)