Open MrittikaDutta opened 1 month ago
Kindly assign me this issue under hacktoberfest label.
Can you please assign this issue to me as this would be my first contribution in hacktoberfest
Please assign me this issue under the hacktoberfest label i will complete it in the best possible way
Can you please assign this issue to me
Also missing is Monte Carlo tree search: https://en.wikipedia.org/wiki/Monte_Carlo_tree_search
@MrittikaDutta could you kindly review my pull request? Here's the link: https://github.com/TheAlgorithms/Python/pull/11864.
Feature description
Minimax Algorithm with Alpha-Beta Pruning: Commonly used in games like Tic-Tac-Toe, Chess, etc. Nim Game and Grundy Numbers: Problems related to combinatorial game theory.