File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
s2068_check_whether_two_strings_are_almost_equivalent
s2078_two_furthest_houses_with_different_colors Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11package g2001_2100 .s2068_check_whether_two_strings_are_almost_equivalent ;
22
3- // #Easy #String #Hash_Table #Counting #2022_05_28_Time_1_ms_(94.83 %)_Space_42.7_MB_(23.62 %)
3+ // #Easy #String #Hash_Table #Counting #2022_05_29_Time_1_ms_(95.21 %)_Space_42.6_MB_(35.36 %)
44
55public class Solution {
66 public boolean checkAlmostEquivalent (String word1 , String word2 ) {
Original file line number Diff line number Diff line change 11package 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.00%)_Space_41.3_MB_(72.67 %)
44
55public class Solution {
66 public int maxDistance (int [] colors ) {
You can’t perform that action at this time.
0 commit comments