Skip to content

Commit 56976b6

Browse files
authored
Update Solution.java
1 parent 31572eb commit 56976b6

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g2001_2100/s2078_two_furthest_houses_with_different_colors

1 file changed

+1
-1
lines changed

src/main/java/g2001_2100/s2078_two_furthest_houses_with_different_colors/Solution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package g2001_2100.s2078_two_furthest_houses_with_different_colors;
22

3-
// #Easy #Array #Greedy #2022_05_29_Time_0_ms(100%)_Space_43_MB(5.49%)
3+
// #Easy #Array #Greedy #2022_05_29_Time_0_ms_(100%)_Space_43_MB_(5.49%)
44

55
public class Solution {
66
public int maxDistance(int[] colors) {

0 commit comments

Comments
 (0)