Table of Contents
Popular Algorithms
Sorting
Primes
Algorithms and data structures
Implementing the exponential function
Data Structures & Algorithms actually used day to day
(Gergely Orosz, 7/2020)
Popular Algorithms
Sorting
Mergesort
Bubblesort
Quicksort
Heapsort
Primes
Sieve of Atkins (SoA)
Sieve of Eratosthenes (SoE)