Search
⌘K

Leetcode 2299. Strong Password Checker II

Determine whether a password is "strong" by verifying it has length >= 8, contains at least one lowercase letter, one uppercase letter, one digit, and one of the special characters "!@#$%^&*()-+", and has no two identical adjacent characters; return true only if all conditions are met.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.