The Sieve of Eratosthenes - Part 1
Published: May 15th 2022
Description:
view
Slideshow:
view
Slides:
view
Slides PDF:
download
(for perfect image quality)
Speakerdeck:
slideshow
Slideshare:
slideshow
In this slide deck we are going to see some examples of how the effort required to read and understand the Sieve of Eratosthenes varies greatly depending on the programming paradigm used to implement the algorithm.
We'll see code in Java, Scheme, Haskell and Scala.