Python icon indicating copy to clipboard operation
Python copied to clipboard

Game Theory algorithms are missing

Open MrittikaDutta opened this issue 1 year ago • 6 comments

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.

MrittikaDutta avatar Oct 06 '24 05:10 MrittikaDutta

Kindly assign me this issue under hacktoberfest label.

vikassahu1 avatar Oct 06 '24 06:10 vikassahu1

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

Shreyaww avatar Oct 06 '24 09:10 Shreyaww

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

roshankraveendrababu avatar Oct 06 '24 14:10 roshankraveendrababu

Can you please assign this issue to me

eltonlaice avatar Oct 06 '24 20:10 eltonlaice

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

eguar11011 avatar Oct 07 '24 00:10 eguar11011

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

isatyamks avatar Oct 07 '24 17:10 isatyamks