← ALL NOTES
Math

3227. Vowels Game in a String

Given a string s. Alice and Bob alternate (Alice first), each removing a non-empty substring: Alice one with an odd number of vowels, Bob one with an even number (including zero). Whoever can't move…

Loading…