Content deleted Content added
+Shor's algorithm |
Sort algorithms moved out |
||
Line 7:
* [[Binary search]]: locates an item in a sorted
* [[Binary search tree]]
* [[Greatest common divisor|Euclidean algorithm]]: computes the greatest common divisor of two numbers
* [[Exponentiating by squaring]]: quickly computes
* [[Fast Fourier Transform]]: determines the frequencies contained in a (segment of a) signal
* [[Flood fill]]: Fills a connected region of a multi-dimensional array with a specified symbol
Line 24 ⟶ 22:
* [[Hash table algorithms]]
* [[Linear search]]: finds an item in an unsorted list
* [[PCX]] (decompresion algorithm)
* [[Perfect hashing]]
* [[Quicksort]]: sorts by dividing the elements into small and large ones, then sorting each group
* [[Shors algorithm|Shor's algorithm]]: finds factors of a number on a quantum computer
* [[Sort algorithm|Sort algorithms]]
* [[Square root]]: approximates the square root of a number
|