Let us suppose P (i,j ) is the probability for A to win the first n games.
Given that, i = Number of match A has won
And j=Number of match B has won
So, there are two conditions they are,
If P (i,j )=1 where i > 0 and j=1 this mean the probability of A to win is ‘one’.
If P (i,j )=0 where i > 0 and j=1 , this means the probability of A for won is ‘zero’.
Now for rest of the value of 'i' and 'j' then the value of evaluations is,
After that let P (0,j ) is as zero or one then compare each situation.
Here, A will go on to win the match. For example, if i=n-1 and j=n-3 then the probability that A will win the match is , since it must win any of the next three games.
By approach of dynamic programming for playing a match to see who is the first to win number of games where equally competent and each has fifty percent chance of winning any particular game and the probability that A will go for to win the match an A will go on to win the match. ifi=n-1 and j=n-3 then the probability that A will win and it will take time of O(n) Since, we are playing ‘n’ times, so our algorithm will trace output of n output. Thus, runtime would be O(n)