updated at 2022. 12. 28. 오후 6:59:43

This commit is contained in:
rl544
2022-12-28 18:59:43 +09:00
parent bce49cb4c3
commit 9ce2df6fc8
+1 -1
View File
@@ -3,7 +3,7 @@
import java.util.List;
import java.util.ArrayList;
class Solution {
//BFS
public int solution(int[] numbers, int target) {
int answer = 0;
List<Integer> leaves = List.of(0);