TheAlgorithms / Python

All Algorithms implemented in Python
https://thealgorithms.github.io/Python/
MIT License
191.43k stars 45.24k forks source link

Game Theory algorithms are missing #11804

Open MrittikaDutta opened 1 week ago

MrittikaDutta commented 1 week ago

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.

vikassahu1 commented 1 week ago

Kindly assign me this issue under hacktoberfest label.

Shreyaww commented 1 week ago

Can you please assign this issue to me as this would be my first contribution in hacktoberfest

roshankraveendrababu commented 1 week ago

Please assign me this issue under the hacktoberfest label i will complete it in the best possible way

eltonlaice commented 1 week ago

Can you please assign this issue to me

eguar11011 commented 1 week ago

Also missing is Monte Carlo tree search: https://en.wikipedia.org/wiki/Monte_Carlo_tree_search

isatyamks commented 1 week ago

@MrittikaDutta could you kindly review my pull request? Here's the link: https://github.com/TheAlgorithms/Python/pull/11864.