Class Solution
- java.lang.Object
-
- g1601_1700.s1697_checking_existence_of_edge_length_limited_paths.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean[]distanceLimitedPathsExist(int n, int[][] edgeList, int[][] queries)
-