algo-lib
applicationstypesabout

algorithms

No results

applicationstypesabout

Search

Found 3 algorithms

Binary Search

Binary search is an algorithm to find a given element within a sorted array.

SearchDivide-and-Conquer

Kadane's Algorithm

Kadane's algorithm solves the maximum-subarray-problem, where the task is finding the contiguous subarray with maximal sum.

SearchDynamic Programming

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