Skip to content

Conversation

@aitorfi
Copy link
Contributor

@aitorfi aitorfi commented Oct 10, 2021

Describe your change:

Added MiniMax algorithm implementation.

References

Closes #2562

Checklist:

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized.
  • I know that pull requests will not be merged if they fail the automated tests.
  • This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
  • All new Java files are placed inside an existing directory.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.

@aitorfi aitorfi requested a review from siriak as a code owner October 10, 2021 16:21
@aitorfi aitorfi changed the title Add MiniMax algorithm #2562 Add MiniMax algorithm Oct 10, 2021
@siriak siriak merged commit febc601 into TheAlgorithms:master Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add MiniMax algorithm

3 participants