Skip to content

Commit 261ab32

Browse files
committed
NiaP_Lesson_13feat: implements initial loop structure in findPermutationDifference method
1 parent abb394d commit 261ab32

File tree

1 file changed

+2
-0
lines changed
  • lesson_13/maps_java/maps_app/src/main/java/com/codedifferently/lesson13

1 file changed

+2
-0
lines changed

lesson_13/maps_java/maps_app/src/main/java/com/codedifferently/lesson13/Lesson13.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ public class Lesson13 {
88
*/
99
public int findPermutationDifference(String s, String t) {
1010
return 0;
11+
12+
for (int i = 0; i < s.length(); i++) {
1113
}
1214
}

0 commit comments

Comments
 (0)