From f9c0bdc180e453827971d95472f9067c6bd46e4b Mon Sep 17 00:00:00 2001 From: suyeun84 <81475092+suyeun84@users.noreply.github.com> Date: Sun, 7 Sep 2025 23:03:39 +0900 Subject: [PATCH] =?UTF-8?q?[20250907]=20PGM=20/=20LV2=20/=20=EB=8B=A4?= =?UTF-8?q?=EB=A6=AC=EB=A5=BC=20=EC=A7=80=EB=82=98=EB=8A=94=20=ED=8A=B8?= =?UTF-8?q?=EB=9F=AD=20/=20=EA=B9=80=EC=88=98=EC=97=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...0\353\212\224 \355\212\270\353\237\255.md" | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 "suyeun84/202509/07 PGM LV2 \353\213\244\353\246\254\353\245\274 \354\247\200\353\202\230\353\212\224 \355\212\270\353\237\255.md" diff --git "a/suyeun84/202509/07 PGM LV2 \353\213\244\353\246\254\353\245\274 \354\247\200\353\202\230\353\212\224 \355\212\270\353\237\255.md" "b/suyeun84/202509/07 PGM LV2 \353\213\244\353\246\254\353\245\274 \354\247\200\353\202\230\353\212\224 \355\212\270\353\237\255.md" new file mode 100644 index 00000000..74bb5656 --- /dev/null +++ "b/suyeun84/202509/07 PGM LV2 \353\213\244\353\246\254\353\245\274 \354\247\200\353\202\230\353\212\224 \355\212\270\353\237\255.md" @@ -0,0 +1,37 @@ +```java +import java.util.*; + +class Solution { + public int solution(int bridge_length, int weight, int[] truck_weights) { + Queue q = new LinkedList(); + + for(int i=0;i