Codility - LongestPassword
Task DescriptionYou would like to set a password for a bank account. However, there are three restrictions on the format of the password:it has to contain only alphanumerical characters (a−z, A−Z, 0−9);there should be an even number of letters;there should be an odd number of digits.You are given a string S consisting of N characters. String S can be divided into words by splitting it at, and re..