There was an error while loading. Please reload this page.
1 parent 31572eb commit 56976b6Copy full SHA for 56976b6
src/main/java/g2001_2100/s2078_two_furthest_houses_with_different_colors/Solution.java
@@ -1,6 +1,6 @@
1
package g2001_2100.s2078_two_furthest_houses_with_different_colors;
2
3
-// #Easy #Array #Greedy #2022_05_29_Time_0_ms(100%)_Space_43_MB(5.49%)
+// #Easy #Array #Greedy #2022_05_29_Time_0_ms_(100%)_Space_43_MB_(5.49%)
4
5
public class Solution {
6
public int maxDistance(int[] colors) {
0 commit comments