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 9431e41 commit 5b4d2d0Copy full SHA for 5b4d2d0
src/main/java/com/fishercoder/solutions/_420.java
@@ -10,6 +10,7 @@
10
It must NOT contain three repeating characters in a row ("...aaa..." is weak, but "...aa...a..." is strong, assuming other conditions are met).
11
Write a function strongPasswordChecker(s), that takes a string s as input, and return the MINIMUM
12
change required to make s a strong password. If s is already strong, return 0.
13
+
14
Insertion, deletion or replace of any one character are all considered as one change.
15
*/
16
public class _420 {
0 commit comments