algo-lib
applicationstypesabout

algorithms

No results

applicationstypesabout

Backtracking

Found 2 algorithms

Alpha-Beta

Alpha-Beta search is an advanced version of the Minimax algorithm, where the best possible score in a game after players get to move a certain number of times is determined.

RecursiveBacktracking

Minimax

The Minimax algorithm determines the best score in a game after players get to move a certain number of times.

RecursiveBacktrackingSearch
View all tags

algo-lib

is an open library of algorithms with code and explanation. It is maintained by two computer science students.


About us

Contact

Found an issue or a typo? Something is unclear? Contact us via e-mail or create an issue in our GitHub repository.

Recently added

  • Wagner-Fischer (Edit Distance)
  • Quicksort
  • Strict Alternation
  • Binary Search
aboutall tagssource code