Fix incorrect references to master branch

This commit is contained in:
Isaac Moore
2021-02-09 21:53:37 -06:00
parent 6d5c03c20b
commit caef61d6e3
21 changed files with 100 additions and 100 deletions

View File

@@ -201,7 +201,7 @@ SREまたはシステムエンジニアになりたい場合は、オプショ
`git commit -m "マークされたx"`
`git rebase jwasham/master`
`git rebase jwasham/main`
`git push --force`
@@ -419,8 +419,8 @@ OR
あなた自身を無料で作る:
- [Flashcards site repo](https://github.com/jwasham/computer-science-flash-cards)
- [マイフラッシュカードデータベース(旧1200カード)](https://github.com/jwasham/computer-science-flash-cards/blob/master/cards-jwasham.db)
- [マイフラッシュカードデータベース(新1800カード)](https://github.com/jwasham/computer-science-flash-cards/blob/master/cards-jwasham-extreme.db)
- [マイフラッシュカードデータベース(旧1200カード)](https://github.com/jwasham/computer-science-flash-cards/blob/main/cards-jwasham.db)
- [マイフラッシュカードデータベース(新1800カード)](https://github.com/jwasham/computer-science-flash-cards/blob/main/cards-jwasham-extreme.db)
覚えておいてほしいのですが私はやりすぎてしまい、アセンブリ言語機械学習のためのPythonのトリビア統計に至るまですべてのカードをカバーしています。
何が必要なのかはあまりにも大変です。
@@ -661,7 +661,7 @@ Anki形式の私のフラッシュカードデータベースhttps://ankiweb.
- 再帰を利用した二分探索
- ###ビット演算
- [ ] [ビットチートシート- 2 ^ 1から2 ^ 16および2 ^ 32までの2の累乗の多くを知るべきです](https://github.com/jwasham/coding-interview-university/blob/master/extras/cheat%20sheets/bits-cheat-cheet.pdf)
- [ ] [ビットチートシート- 2 ^ 1から2 ^ 16および2 ^ 32までの2の累乗の多くを知るべきです](https://github.com/jwasham/coding-interview-university/blob/main/extras/cheat%20sheets/bits-cheat-cheet.pdf)
- [ ] &、|、^、〜、>>、<<を使ってビットを操作することについての本当の理解を得る
- [ ] [words](https://en.wikipedia.org/wiki/Word_(computer_architecture))
- [ ]  [良いイントロ:ビット操作(動画)](https://www.youtube.com/watch?v=7jkIUgLC29I)
@@ -1287,7 +1287,7 @@ Skienaの本(下記の書籍の節を参照)と面接の書籍
- [ ] システム設計プロセスの練習紙で作業しようとするいくつかのアイデアがあります実際にどのように処理されたかについてのいくつかの文書があります
- レビュー[システム設計入門](https://github.com/donnemartin/system-design-primer)
- [HiredInTechのシステム設計](http://www.hiredintech.com/system-design/)
- [チートシート](https://github.com/jwasham/coding-interview-university/blob/master/extras/cheat%20sheets/system-design.pdf)
- [チートシート](https://github.com/jwasham/coding-interview-university/blob/main/extras/cheat%20sheets/system-design.pdf)
- 流れ
1. 問題と範囲を理解する
            - 面接官の助けを借りてユースケースを定義する