The Algorithms logo
The Algorithms
AboutDonate
Ciphers
Conversions

Rgb Hsv Conversion

Data Compression

Huffman Compressor

Shannon-Fano Compressor

Data Structures
Encoders
Fractals

Mandelbrot

Koch Snowflake

Graphs

Breadth First Search

Depth First Search

Backtracking

Hashing
Knapsack problem

Dynamic Programming solver

Branch and bound solver

Linear Algebra

Power Iteration

Math

Aliquot Sum

Euclidean Gcd

Modular Exponentiation

Euler Method

Sieve of Eratosthenes

Numeric

Thin Singular Vector Decomposition

Trial division Factorization

Maclaurin Series

Gauss-Jordan Elimination

Keith Number Checker

Pseudo-Inverse

Narcissistic Number Checker

Perfect Number Checker

Perfect Square Checker

Miller-Rabin primality check

Numerical Analysis

Lu Decomposition

Others

BoyerMoore

Fermat Prime Checker

Problems
Recursive

FloodFill

Searches

Binary Search

+12

More

Recursive Binary Search

Linear Search

+11

More

Fast Search

Jump Search

Sequences

A000002 Kolakoski

A000004 Zero

A000005 Count of Divisors

A000008 Make Change

A000010 Euler's Totient

A000027 Natural

A000040 Primes

A000045 Fibonacci

A000108 Catalan

A000142 Factorial

A001462 Golomb's

A005132 Recaman's

A007318 Binomial

A181391 Van Eck's

Sorts

Binary Insertion Sort

Bogo Sort

Bubble Sort

+15

More

Cocktail Sort

Comb Sort

Cycle Sort

Heap Sort

+12

More

Insertion Sort

+14

More

Merge Sort

+16

More

Pancake Sort

Quick Sort

+15

More

Median of three pivot

Middle point pivot

Random pivot

Selection Sort

+11

More

Shell Sort

Merge Sort

+16

More

Counting Sort

Bucket Sort

Radix Sort

Msd Radix Sort

Knuth–Morris–Pratt Search

Strings

Burrows Wheeler Transform

Longest Consecutive Character

Naive String Search

Rabin Karp

Palindrome Checker