Binary Search
Binary search is an algorithm to find a given element within a sorted array.
Binary search is an algorithm to find a given element within a sorted array.
Kadane's algorithm solves the maximum-subarray-problem, where the task is finding the contiguous subarray with maximal sum.
The Minimax algorithm determines the best score in a game after players get to move a certain number of times.