Class Solution
- java.lang.Object
-
- g1101_1200.s1129_shortest_path_with_alternating_colors.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 int[]shortestAlternatingPaths(int n, int[][] redEdges, int[][] blueEdges)
-