Skip to content

Commit 5b4d2d0

Browse files
minor refactor
1 parent 9431e41 commit 5b4d2d0

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+1
-0
lines changed

src/main/java/com/fishercoder/solutions/_420.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
It must NOT contain three repeating characters in a row ("...aaa..." is weak, but "...aa...a..." is strong, assuming other conditions are met).
1111
Write a function strongPasswordChecker(s), that takes a string s as input, and return the MINIMUM
1212
change required to make s a strong password. If s is already strong, return 0.
13+
1314
Insertion, deletion or replace of any one character are all considered as one change.
1415
*/
1516
public class _420 {

0 commit comments

Comments
 (0)