recategorized by
1,659 views

1 Answer

0 votes
0 votes
Ans : minmax

Alpha–beta cut off is a search algorithm that seeks to decrease the number of nodes that are evaluated by the minimax algorithm in its search tree. It is an adversarial search algorithm used commonly for machine playing of two-player games
Answer:

Related questions

0 votes
0 votes
1 answer
3
go_editor asked Jul 24, 2016
1,255 views
The number of possible paranthesizations of a sequence of n matrices isO(n)$\theta$(n Ig n)$\Omega(2^n)$None of the above
1 votes
1 votes
1 answer
4
go_editor asked Jul 24, 2016
1,168 views
The time complexity of reccurence relation T(n) = T(n/3) + T(2n/3) +O(n) isO(Ig n)O(n)O(n Ig n)O(n$^2$)