Class Solution
-
- All Implemented Interfaces:
public final class Solution
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
Modifier and Type Method Description final BooleanArraydistanceLimitedPathsExist(Integer n, Array<IntArray> edgeList, Array<IntArray> queries)-
-
Method Detail
-
distanceLimitedPathsExist
final BooleanArray distanceLimitedPathsExist(Integer n, Array<IntArray> edgeList, Array<IntArray> queries)
-
-
-
-