Write the implementation of isPasswordValid() function which return true if the following conditions matches 1) If password length is between 5 to 12 characters 2) It should be alpha numerics 3) There should not be any consecutive substrings ex - ab12abc [valid as there are no consecutive substrings] ex - ab12abcabc [not valid as "abc" is consecutive substring].
Can someone provide the pseudo code with the logic.. Thanks, Swathi -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
