diff --git a/arai60/binary-search/capacity-to-ship-packages-within-d-days/answer.md b/arai60/binary-search/capacity-to-ship-packages-within-d-days/answer.md new file mode 100644 index 0000000..cf96739 --- /dev/null +++ b/arai60/binary-search/capacity-to-ship-packages-within-d-days/answer.md @@ -0,0 +1,39 @@ +# Title + +## STEP1 + +### 発想 + +### 想定されるユースケース + +### 何が分からなかったか? + +```javascript +``` + +## STEP2 + +```javascript +``` + +## STEP3 + +```javascript +``` + +## 感想 + +### コメント集を読んで + +## 他の人のPRを読んで + +## その他の方法 + +### コードの良し悪し + +* `*0` + +* `*1` + +## 調べたこと +