Skip to content

1971-find-if-path-exists-in-graph

DevGod
DevGod
Vtuber
class Solution {
public boolean validPath(int n, int[][] edges, int source, int destination) {
System.out.println(edges);
return false;
}
}