We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7064b6 commit 96c0e69Copy full SHA for 96c0e69
lesson_13/maps_java/maps_app/src/main/java/com/codedifferently/lesson13/Lesson13.java
@@ -25,8 +25,8 @@ public int findPermutationDifference(String s, String t) {
25
26
public static void main(String[] args) {
27
Lesson13 obj = new Lesson13();
28
- System.out.println(obj.findPermutationDifference("abc", "bac"));
29
- System.out.println(obj.findPermutationDifference("abcde", "edbac"));
+ System.out.println(obj.findPermutationDifference("abc", "bac"));
+ System.out.println(obj.findPermutationDifference("abcde", "edbac"));
30
}
31
32
-//got ta help on this assignment
+// got ta help on this assignment
0 commit comments