From e9b390bc03f7422b6e791088f503b361da31f336 Mon Sep 17 00:00:00 2001 From: shintaroyoshida20 Date: Sat, 31 May 2025 21:01:01 +0900 Subject: [PATCH] feat : #30 empty markdown for creating a PR --- .../answer.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 arai60/binary-search/capacity-to-ship-packages-within-d-days/answer.md 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` + +## 調べたこと +