Skip to content

Commit

Permalink
Add deep dive info to Sieve (#2412)
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD authored Mar 27, 2024
1 parent 01817e1 commit cb9374f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/sieve/metadata.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ title = "Sieve"
blurb = "Use the Sieve of Eratosthenes to find all the primes from 2 up to a given number."
source = "Sieve of Eratosthenes at Wikipedia"
source_url = "https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes"
deep_dive_youtube_id = "NXbCHabdv-s"
deep_dive_blurb = "We explore various approaches to the Sieve of Eratosthenes, starting with nested loops and lazy evaluation, then moving onto sets and finally looking at recursion."

0 comments on commit cb9374f

Please sign in to comment.