Codecademy / docs

Codecademy Docs is a collection of information for all things code. 📕
https://www.codecademy.com/resources/docs
812 stars 3.61k forks source link

[Entry] Subject: Minimax algorithm in ai #2654

Closed SimranLahrani842 closed 4 months ago

SimranLahrani842 commented 1 year ago

Reason/inspiration (optional)

Minimax is a kind of backtracking algorithm that is used in decision making and game theory to find the optimal move for a player, assuming that your opponent also plays optimally. It is widely used in two player turn-based games such as Tic-Tac-Toe, Backgammon, Mancala, Chess, etc. In Minimax the two players are called maximizer and minimizer. The maximizer tries to get the highest score possible while the minimizer tries to do the opposite and get the lowest score possible.

Entry Type (select all that apply)

New Topic Entry

Code of Conduct

For Maintainers

Sancerro commented 1 year ago

I'm interested in this issue. Currently a sophomore in college studying AI and data engineering. It will be my first issue though

KTom101 commented 1 year ago

@SimranLahrani842 Were you working on this issue. If not, I will assign this to @Sancerro

KTom101 commented 1 year ago

@Sancerro Let's give @SimranLahrani842 a chance to answer first before I assign you. Thank you for your patience.

Sancerro commented 1 year ago

Of course, I'll be waiting for it.

KTom101 commented 1 year ago

@Sancerro Since there hasn't been a response, I can assign this to you if you still want it.

Kadif-Ravik commented 1 year ago

I'd like to be assigned

parthasdey2304 commented 1 year ago

https://github.com/Codecademy/docs

WernerGomindes commented 1 year ago

I am a software developer @WernerGomindes wanting to get this issue.

SSwiniarski commented 11 months ago

@WernerGomindes sorry for the delay, I am assigning this issue to you if you still want it.

SSwiniarski commented 11 months ago

@WernerGomindes it's been two weeks. Are you working on this issue? In another week it will be unassigned due to inactivity.

SSwiniarski commented 10 months ago

@WernerGomindes this is being unassigned due to inactivity.

arirays commented 10 months ago

Hi, I'd like to write this entry!

SSwiniarski commented 10 months ago

@arirays, you're assigned.

ishg-153 commented 10 months ago

Hi @arirays. How far along are you with this entry?

I see you have multiple issues to work on as well. You can get in at least one of the issues to start with (try giving priority to this one as this is an old issue).

Note: If you don't respond with a PR or an update within a week, this issue will be unassigned from you.

github-actions[bot] commented 4 months ago

🌸 Thanks for closing this Issue! Please head over to the Docs Forum if you have any questions about Docs, or reply to the thread on Possible Content Discussion to share ideas and collaborate with other contributors, maintainers, or super users to determine good future issues that will help expand Docs!