Please enable JavaScript.
Coggle requires JavaScript to display documents.
Algorithm (Search algorithms (Binary (half-interval search), Linear (Scans…
Algorithm
Search algorithms
Binary
half-interval search
Linear
Scans list and move lowest value forward
Jump
searching algorithm for sorted arrays. The basic idea is to check fewer elements
Sort algorithms
Merge Sort
Split and compare
Quick Sort
Divide and Conquer
Insertion
Scans list and move lowest value to the front of the list