algo-lib
applicationstypesabout

algorithms

No results

applicationstypesabout

Recursive

Found 3 algorithms

Quicksort

Quicksort is a fast divide-and-conquer algorithm for sorting tasks. It works recursively and in-place.

SortingDivide-and-ConquerRecursive

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