updated at 2022. 12. 28. 오후 6:59:43
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user