Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Algorithms and data structures ====== * [[https://www.pseudorandom.com/implementing-exp|Implementing the exponential function]] * [[https://blog.pragmaticengineer.com/data-structures-and-algorithms-i-actually-used-day-to-day/|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) Last modified: 2024-07-05 14:31