Skip to content

Commit 21147c5

Browse files
authored
Updated tags.
1 parent 56976b6 commit 21147c5

File tree

2 files changed

+2
-2
lines changed
  • src/main/java/g2001_2100

2 files changed

+2
-2
lines changed

src/main/java/g2001_2100/s2068_check_whether_two_strings_are_almost_equivalent/Solution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package 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

55
public class Solution {
66
public boolean checkAlmostEquivalent(String word1, String word2) {

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.00%)_Space_41.3_MB_(72.67%)
44

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

0 commit comments

Comments
 (0)