Merge branch 'main' into patch-1

This commit is contained in:
YangQi 2022-08-24 10:31:07 +08:00 committed by GitHub
commit 81d49e6459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

View File

@ -269,25 +269,29 @@ If you're open in a code editor that understands markdown, you'll see everything
Create a new branch so you can check items like this, just put an x in the brackets: [x]
Fork a branch and follow the commands below
1. ***Fork the GitHub repo:*** `https://github.com/jwasham/coding-interview-university` by clicking on the Fork button.
Fork the GitHub repo https://github.com/jwasham/coding-interview-university by clicking on the Fork button.
![Fork the GitHub repo](https://d3j2pkmjtin6ou.cloudfront.net/fork-button.png)
Clone to your local repo:
1. Clone to your local repo:
```
git clone git@github.com:<your_github_username>/coding-interview-university.git
cd coding-interview-university
git checkout -b progress
git remote add jwasham https://github.com/jwasham/coding-interview-university
git fetch --all
```
Mark all boxes with X after you completed your changes:
1. Mark all boxes with X after you completed your changes:
```
git add .
git commit -m "Marked x"
git rebase jwasham/main
git push --set-upstream origin progress
git push --force
```
## Don't feel you aren't smart enough

View File

@ -214,18 +214,18 @@
[更多关于 Github-flavored markdown 的详情](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)
## 不要觉得自己不够聪明
- 大多数成功的软件工程师都非常聪明,但他们都有一种觉得自己不够聪明的不安全感。
- [天才程序员的神话](https://www.youtube.com/watch?v=0SARbwvhupQ)
- [不要单打独斗:面对技术中的隐形怪物](https://www.youtube.com/watch?v=1i8ylq4j_EY)
- 下面的视频可以帮助你克服这种不安全感:
- [天才程序员的神话](https://www.youtube.com/watch?v=0SARbwvhupQ)
- [不要单打独斗:面对技术中的隐形怪物](https://www.youtube.com/watch?v=1i8ylq4j_EY)
## 相关视频资源
部分视频只能通过在 Coursera 或者 Edx 课程上注册登录才能观看。这些视频被称为网络公开课程MOOC。有时候某些课程需要等待好几个月才能获取这期间你无法观看这些课程的影片。
很感谢你能帮我把网络公开课程的视频链接转换成公开的,可持续访问的视频源,比如 YouTube 视频,以代替那些在线课程的视频。此外,一些大学的讲座视频也是我所青睐的。
很感谢你能帮我把网络公开课程的视频链接转换成公开的,可持续访问的视频源,比如 YouTube 视频,以代替那些在线课程的视频。此外,一些大学的讲座视频也是我所青睐的。
## 面试过程 & 通用的面试准备