Skip to content

Commit

Permalink
pangram: add deep dive information (#2432)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Apr 25, 2024
1 parent 1b09913 commit fc30582
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/allergies/metadata.toml
Expand Up @@ -3,4 +3,4 @@ blurb = "Given a person's allergy score, determine whether or not they're allerg
source = "Exercise by the JumpstartLab team for students at The Turing School of Software and Design."
source_url = "https://turing.edu"
deep_dive_youtube_id = "OFS9sknfpkc"
deep_dive_blurb = "We explore bit shifting, bitwise comparsion and other binary number concepts! We also take a look at a solution using pattern matching and an interesting approach in Erlang using recursion."
deep_dive_blurb = "We explore bit shifting, bitwise comparison and other binary number concepts! We also take a look at a solution using pattern matching and an interesting approach in Erlang using recursion."
2 changes: 2 additions & 0 deletions exercises/pangram/metadata.toml
Expand Up @@ -2,3 +2,5 @@ title = "Pangram"
blurb = "Determine if a sentence is a pangram."
source = "Wikipedia"
source_url = "https://en.wikipedia.org/wiki/Pangram"
deep_dive_youtube_id = "lFX12nbBrMU"
deep_dive_blurb = "We explore higher-order functions, set operations, using bitwise operations and more, looking at languages including Rust, Pharo, jq and Kotlin!"

0 comments on commit fc30582

Please sign in to comment.