task_name
stringlengths
19
85
id
stringlengths
40
41
definition
stringlengths
58
3.4k
inputs
stringlengths
1
1.05M
targets
stringlengths
0
19.8k
task956_leetcode_420_strong_password_check
task956-385cbd84a1f74a14b18e817ad5142cf3
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = CzdZP3Kls9w3gr3nus1EurPI
4
task956_leetcode_420_strong_password_check
task956-3d04b7cf3ce34b2aa3344d87249685f8
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = IfyIIaT
1
task956_leetcode_420_strong_password_check
task956-c2ea0cb42f374da380a10ceacb0a4b77
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = CjltEfFN9LH.
0
task956_leetcode_420_strong_password_check
task956-c212d6ac1afe495097bc76d1a02d6f04
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = jTCpxWs3vXSrJ7eKcpdeSHjzDDwfG5FajXeg1BBW66i
23
task956_leetcode_420_strong_password_check
task956-672bcd7b25c649bc9719191d1441a728
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = MceYB2Mzl
0
task956_leetcode_420_strong_password_check
task956-5f74b827a911442a8f32cd71b4a68ff0
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = VRfMN.p6tqR1LdrAud43ZgcDPfOU7lQDlDN
15
task956_leetcode_420_strong_password_check
task956-09a3790e00df46db88ad9d31fa789fe3
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = !.Q08Fso.kIHqckz2LWZUN48UT2w5WcLAfx
15
task956_leetcode_420_strong_password_check
task956-5890dc0f5bbb42a1acc9f138de561866
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = jnO0oCGOSMJSa8LQ2EUu7!46SZFTKblnrDGj
16
task956_leetcode_420_strong_password_check
task956-ca23e29b7a2c4721964c6c49b954c852
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 4uTBIuEV8W3ivSNpePZZ6HVTtI9PPMUpeqfDP7.5RFURuZV
27
task956_leetcode_420_strong_password_check
task956-09a224bcc38145a6af2c278c9eb8889e
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = tqMR7Tof4ZSo1g8G0q6Suxv2MBb!30oIH
13
task956_leetcode_420_strong_password_check
task956-413fc21d839e471b8777d4b4a2163ab5
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 4dyhN5M5thTwOj9lKy99
0
task956_leetcode_420_strong_password_check
task956-dc41393fa33240d8bc4b3999bbeb857d
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = JVQqZ1Ots
0
task956_leetcode_420_strong_password_check
task956-05c97a9af683453e9465bfcc8e1ac7de
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = ihozprAU9195VBaUz7ZRMBfhhaRa
8
task956_leetcode_420_strong_password_check
task956-77b37cd8bd474d63b67821e6b68d52df
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = c95MkAPL6Kcw4XMAI49dmM!rcBKOj
9
task956_leetcode_420_strong_password_check
task956-26a9e8a963d9406a825ff9aeadfac921
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = Ywpk!9C0n.Gd0o
0
task956_leetcode_420_strong_password_check
task956-8419c9b2b81a45478ee37bdc14be2d40
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = TKV91GcLRy2bjtcLy6YhqKB.
4
task956_leetcode_420_strong_password_check
task956-63e40f7db7f14945824d74f4beabeca7
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = R!lK5gia9l!3
0
task956_leetcode_420_strong_password_check
task956-4e42b16e3b2e48119e37ebb91936569e
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = uSNiNY.Oe
1
task956_leetcode_420_strong_password_check
task956-e2beb6f9cba24e358533d4e2cc688cd0
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = wkclXr2Uh
0
task956_leetcode_420_strong_password_check
task956-f1a95685ae1542a09a35f9b6d25a3294
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = Q0aCXhcCC4AJRJpyQWUswrnooh1
7
task956_leetcode_420_strong_password_check
task956-6f5beff32ca74d7c925d52373ac429fb
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = x6Ql1F5hwq7s8gxs0r1Q
0
task956_leetcode_420_strong_password_check
task956-be58b38895f446d4852d4387a2bb0d5e
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = yyqY9XKRfFHO545fbjFqwpt43a0pOwv6
12
task956_leetcode_420_strong_password_check
task956-bd1376a64204473c93a9bac9ba508cc6
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = PRbLHMHsIcJOhMWChSRwEFv.ycAGZSi6XDXrYqdh1m0
23
task956_leetcode_420_strong_password_check
task956-700053aa45b6479384c6929dfcfc02ed
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = Ijq5LIyb4HMxw9jaNh6bRFj3T.v7K
9
task956_leetcode_420_strong_password_check
task956-3a9a373cff9d47d487a9119875ada083
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 3O!oFwrhr5NZ5z.W6jFExydeaKMupmmV
12
task956_leetcode_420_strong_password_check
task956-f0a60f5a5e1e4938a5a795d062c0f910
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = pZuA
2
task956_leetcode_420_strong_password_check
task956-af3f3b18f2c14c1da78947a5a4c7894c
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = PgRdGJF7rS8ZA7X!RtJnb.fKuxSvHKGOSR7K8FnaH4mFZX
26
task956_leetcode_420_strong_password_check
task956-6a8e0821a5494a6599c8617fe11eb72a
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 19OYfJ2PHQnOJgfNgOXds6CiS4VtW9l
11
task956_leetcode_420_strong_password_check
task956-0f2d8ef1fd084905b48cf1e1035b0073
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = JFKFolzR
1
task956_leetcode_420_strong_password_check
task956-645d0684681e4b268ed7d6a2007b2698
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = wk
4
task956_leetcode_420_strong_password_check
task956-1031c15300824090830a4f6d18b739aa
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = d2HIugdiQmZ64rdo7zFqoQBlmuL4BJK7qPrT0OR
19
task956_leetcode_420_strong_password_check
task956-67f59a22426d47c6bbe836673e2d0e33
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = IXKOjj8yJofU95EnL8Bdh.1SCQVfOfC0
12
task956_leetcode_420_strong_password_check
task956-97fd6e337e8c4231a5746c551b40b6ce
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 4jU4PY2CVO1VNypJolmvh
1
task956_leetcode_420_strong_password_check
task956-2e842b4fb7344a2cb1bf97b78b10ae95
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = ayfChDCHaf.eFJFwnjukkoi
4
task956_leetcode_420_strong_password_check
task956-1270434f39dd491f99ffd549cc073f47
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = xODcuQLsRUuAj1JRI
0
task956_leetcode_420_strong_password_check
task956-b2093358fec646c0a7367fd5e5fc29b0
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = ZdjhWjRDj4vY3BEsL7WcrQQ
3
task956_leetcode_420_strong_password_check
task956-92cd9604dd934c7e88b1076b329e3fe1
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = Ac7tK!oiCV0vjOPEVic.azvHrQKCmQ!iTV3sEql0MGiwC9
26
task956_leetcode_420_strong_password_check
task956-3027910f895e464eab58710b19c4e08a
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = !npkHzh22C4qid6fbQK7fAiCCb6CsvQwH
13
task956_leetcode_420_strong_password_check
task956-4bcec773caa04789a57762db4190097e
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = k4l7IzNO
0
task956_leetcode_420_strong_password_check
task956-95981b2e6ce04abea07d0a48a8e51608
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 1MJ4wG.ecFtVtIQyAdHnPWy
3
task956_leetcode_420_strong_password_check
task956-fb53329c98ee4e43bd42c6d63a58e2a3
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 3WH1pAaZduOQSx2LFHD2z3CqtYjc0ZR0TvW4dkoIsd
22
task956_leetcode_420_strong_password_check
task956-9c26b46ee8d641aeadee79842dc28fd0
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = RG3hLlhqG
0
task956_leetcode_420_strong_password_check
task956-9ae40e570f12448a80a35a35e08ca422
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = Ug!75GQ.!X.28fO
0
task956_leetcode_420_strong_password_check
task956-f97ec85a094f49d4aff4e7121f38b320
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = qPQDUg6
0
task956_leetcode_420_strong_password_check
task956-38c9e1a053f84b47875f5f667ff31932
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = w0CligzcdyK9SxiowqaLe
1
task956_leetcode_420_strong_password_check
task956-acf40d25c56049d4b9cd8027282da8cd
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = sRrEO
1
task956_leetcode_420_strong_password_check
task956-b58bd520bedf4697abab5d2c7a069296
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 05M30QRiRubMgEutUIjoeZBcpVQZYIjmBylz0UZn
20
task956_leetcode_420_strong_password_check
task956-6d94ae3e94204614a20736660416c7db
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = gthjZngmwuNUFwRs4KVWW36rA
5
task956_leetcode_420_strong_password_check
task956-61f0f5306baa412fb680023e7b730a31
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = Rqc5fe0vRHOBFCQgtPE5EwPZi9ncQoDHLw
14
task956_leetcode_420_strong_password_check
task956-38e9407f6efa43dea6bb78e8979c84a3
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 1liwWvrFqUln8CL8Qo
0
task956_leetcode_420_strong_password_check
task956-60d652962e384290bd810f067be054b5
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = STNYYf3NidID5Ms6WgPcH
1
task956_leetcode_420_strong_password_check
task956-b4f99e368f7a47d2809eb358c570db6c
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = v6Y3sauXZBhSvQgUCS.3
0
task956_leetcode_420_strong_password_check
task956-130bc8d392304606ac29077c31d9c60f
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = jCZ3V4.!jWmlcI9LhodOlQqyzzsVJI0AW1nCn3OH
20
task956_leetcode_420_strong_password_check
task956-d0af5d63f31d4e22b26e5c28dd6111db
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = oKV9hBRJE44CrKmuFHqz81OAp.
6
task956_leetcode_420_strong_password_check
task956-77f54d2601ff4733b626be1f0a1c30f9
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = DIeokPNq0htsrat9M
0
task956_leetcode_420_strong_password_check
task956-e77a60fed22f463aae08467572b53843
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = glneSV
1
task956_leetcode_420_strong_password_check
task956-18b483801252439882139e361ab888f3
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = V1g!MqDjJyJXl.eiLn8GauhkjnfFVbQfiBbsT65OJm4Ir
25
task956_leetcode_420_strong_password_check
task956-b32cefe1ebfb46c48b7d3b3f3a77e1b1
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = SuisBGUNsvMCPfox2Ffu
0
task956_leetcode_420_strong_password_check
task956-ff22f47d45f64119a9002eee96baa6d9
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = Db6DkNS5PegXdEPl8msh012XK
5
task956_leetcode_420_strong_password_check
task956-9f3671de98a94bcfaed1ce5187653716
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = rl1WYVX6Dw1YSsyWkk4CjoY7Or8BbPJff!GAwXsW
20
task956_leetcode_420_strong_password_check
task956-cd6a975620124d0cbce4fbb6e61e3d5e
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = PKkYewtYGuPMfqrqmkn3YtbYsLoXB
9
task956_leetcode_420_strong_password_check
task956-f3ace4bdbce5429980f0d22553ba02d9
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = AC1Rk.C!eq31CzssfcoBL.pPy.1P0
9
task956_leetcode_420_strong_password_check
task956-d800352b74af401b941cccbe7c2b31d9
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = vIowPbAuwEANKbVyNFOoKaj74WCCy.gRdXgGGyfYxTDh3A
26
task956_leetcode_420_strong_password_check
task956-705b39c9306a45b693ae5e297e8cd0d8
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = QQmynJlrHeQz07vQDDAXx7lU2gTUZNu7YXHXyuZ
19
task956_leetcode_420_strong_password_check
task956-e454d367412c413fada351f22f07224b
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 9NEuJIVbclhWBpIj!2fUECvzi.OusasOpS2FHjza
20
task956_leetcode_420_strong_password_check
task956-54ea1d297c1445bfa37e97ba828a0dc5
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = KVlTI4TdKFUuy12C7AlHlkmS
4
task956_leetcode_420_strong_password_check
task956-43e5c831fed442d5ad49d6a99aafc9b7
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = AL67Wp..air!XQ7w
0
task956_leetcode_420_strong_password_check
task956-962bd03383c144ce81332f6d2c1c6b85
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = A0qRw24wG4u8G.XWHtSoicx6R4A5pV!
11
task956_leetcode_420_strong_password_check
task956-575f3b17924d48aba57b6beeee3c3912
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = IfLxaEePTknr
1
task956_leetcode_420_strong_password_check
task956-d0aa3a25e3d34445a63f897bad4ffbba
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = L.5mZW
0
task956_leetcode_420_strong_password_check
task956-54b3f20a439e420eb42b80ccae0698a1
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = ycwDTJfa2Y4nrs4QTmL9z2m
3
task956_leetcode_420_strong_password_check
task956-511dbdd6a2b647e4936eb4ea3d3ad258
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = ogzAV.
1
task956_leetcode_420_strong_password_check
task956-66e21d109aba4a68958f448a6299105f
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = rDTKC6vk8nHbxxHf2ve3WnsLNFIDRVZudm.EN5
18
task956_leetcode_420_strong_password_check
task956-c8d8c38d92844a5ab3624d4d0a652fbd
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = N1Q
3
task956_leetcode_420_strong_password_check
task956-7de6c67948b2440fb73ade52a9d2382f
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = NFzlEodMvdht7t!q14Oy16C8D3QFKNNVWOTl
16
task956_leetcode_420_strong_password_check
task956-c29fcedfef404163ab6c10ac0f67fa42
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 6d4bQHfgLsXneUCwGmBDFdmAWW71ENaTeArO!5KMTYu
23
task956_leetcode_420_strong_password_check
task956-c585356771ac432dbeb5f21e02758f17
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = jeeYu
1
task956_leetcode_420_strong_password_check
task956-983d8511784c4c6da6a412117950b18e
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = x3TKY.ScCSieShTfrC.GZVweyCukbq.B4aEzNrfUbvIgPEdII
29
task956_leetcode_420_strong_password_check
task956-3833f02d33094a1c96fcf6c8f004f888
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = ULgE8aKeEQhI0T5UXkPPrNA9Zejhiu5GBbbsuAS
19
task956_leetcode_420_strong_password_check
task956-0db862156d21492bb05d25492412863e
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = OEmzvth5V4P7
0
task956_leetcode_420_strong_password_check
task956-8c648f97bcb2489abdd1823d7c1e38a2
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = yClx!PTjwzdZKQq6j
0
task956_leetcode_420_strong_password_check
task956-343cd34aa06744d690a5f5bac273a1d1
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = LyMKRQGbVz8Ea0Z7KO33YkdxTsOnt3ZLlCNlCD1Z5r8jqyrgp
29
task956_leetcode_420_strong_password_check
task956-c82972039f37456ead1ac14d8a0af11f
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = QwuMFN1zW
0
task956_leetcode_420_strong_password_check
task956-8fa41b0e3e7e45da86bca0c09e0727bc
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = x2yvACddkMbie1qpni4W4
1
task956_leetcode_420_strong_password_check
task956-9b6c589df3ce489e92ff524a330d66a6
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = PBGYAaldE8xLxGlZPs
0
task956_leetcode_420_strong_password_check
task956-080ed6d7ac464fef8edd44663b16df37
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = J4zOIk6RnHnfb
0
task956_leetcode_420_strong_password_check
task956-4c5dcd2618a644fd9531d9ed8b59834f
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = Ba2WuyN0CN
0
task956_leetcode_420_strong_password_check
task956-636db6d44d6543aaa48a1339cb39583a
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = PYlbxDO0SrcOvGHCJhKGteBJcycfN
9
task956_leetcode_420_strong_password_check
task956-9923d77a288c49009d851d1a5b34d024
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = THs!AL0iTVsXm!fKUdvV1.5gjvG1oYkNjWdu1GzVCFGR
24
task956_leetcode_420_strong_password_check
task956-726a4842821f45248c178cea7347ea01
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 5r0hzSRRYA57jdbru0Iu.xTaNK5iVsETgJG1oQfndwQm8h8Va
29
task956_leetcode_420_strong_password_check
task956-ca33c632ea4a4a92b40528b700c86c91
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = Tu1Adsj3rMdRmYx
0
task956_leetcode_420_strong_password_check
task956-a462216617f34c70b500a0b3e47bc491
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = K474t6FD1mBuX0wD
0
task956_leetcode_420_strong_password_check
task956-3f4ea7c3068b42a1b553d9b1a9f684be
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = twIkOFN2UDgQoD
0
task956_leetcode_420_strong_password_check
task956-de56455b21de4f6687376d0a38be4aed
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = V!tBA7H0mV0h
0
task956_leetcode_420_strong_password_check
task956-334753a3c4764a6db15da6693f7b85cf
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 1qEocTAkDY5hcjCj91RxRsMJMT
6
task956_leetcode_420_strong_password_check
task956-61495845dd5f4f5581233681937b259d
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = H10ds.gygo1VIorXianhsUqEe4pANXbISX4JosmdsPQjYuQj5
29
task956_leetcode_420_strong_password_check
task956-5761ffe905d14017ac90c02ea22f94bf
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = LGmUNbWF3lfrzN5QJaMijvQi9Ot87TLACSSN
16
task956_leetcode_420_strong_password_check
task956-d2e96b802f0c443f841dc7be1fc22380
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = Ne!P3Vj38r
0
task956_leetcode_420_strong_password_check
task956-0a6e36b3b2d841e19b648dff099bf2de
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = inT2dCVU75G!GtDIZ!RmNMDYZrr3Agz5QVUjmcHF9.B
23
task956_leetcode_420_strong_password_check
task956-61172d3a64324d27912af28baf02f4ea
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = SbCJur122J5okhbZeEohEwI8U8mfl
9