Help — Problem Of an Interview
Разница между en4 и en5, 70 символ(ов) изменены
We are given the results of a tennis match between two players A and B as a string. ↵


For eg- "ababbabaa", Here `If the ith character is 'a'` then it represents that the `ith game is won by Player A`.↵


A set is a 
`positive integer`.↵
A set is won by a player if he
The Player who is first to
 wins (set value) games firs e.g 1,2,3,4... ) games will win the set. ↵

We have to find out `all valid sets that are possible for the string` and output the outcome of the match (The one who wins more sets wins the match).↵

For eg If Set size = `3` , `ababb | abaa` , Resuts in a draw. ↵


If Set size =  `2` , `aba | bb | aba | a` , Which is not a valid Match so set = 2 is not possible.↵

If Set Size = `6` `|ababbabaa|` , Won by Player A↵

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en5 Английский go_rob 2017-03-27 12:00:10 70 (published)
en4 Английский go_rob 2017-03-27 11:56:14 53 Tiny change: 'ayer A\n\n[cut]\n\nMy Approach\n\n' -> 'ayer A\n\n'
en3 Английский go_rob 2017-03-27 09:51:29 24 Tiny change: 'ayer A\n\n' -> 'ayer A\n\n[cut]\n\nMy Approach\n\n'
en2 Английский go_rob 2017-03-27 09:44:37 69
en1 Английский go_rob 2017-03-27 09:41:29 660 Initial revision (saved to drafts)