Skip to content

Commit 6ebd932

Browse files
pangram: add deep dive information
1 parent 1b09913 commit 6ebd932

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

exercises/allergies/metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ blurb = "Given a person's allergy score, determine whether or not they're allerg
33
source = "Exercise by the JumpstartLab team for students at The Turing School of Software and Design."
44
source_url = "https://turing.edu"
55
deep_dive_youtube_id = "OFS9sknfpkc"
6-
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."
6+
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."

exercises/pangram/metadata.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ title = "Pangram"
22
blurb = "Determine if a sentence is a pangram."
33
source = "Wikipedia"
44
source_url = "https://en.wikipedia.org/wiki/Pangram"
5+
deep_dive_youtube_id = "lFX12nbBrMU"
6+
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 commit comments

Comments
 (0)