Skip to content

Commit

Permalink
Add Deep Dive video for Parallel Letter Frequency (exercism#2405)
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD authored Mar 15, 2024
1 parent 59903b2 commit a57b354
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/parallel-letter-frequency/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
title = "Parallel Letter Frequency"
blurb = "Count the frequency of letters in texts using parallel computation."
deep_dive_youtube_id = "bkNQ1_kGHYE"
deep_dive_blurb = "We explore the differences between concurrency and parallelism, looking at different approaches taken by languages such as JavaScript, Go, Elixir and Rust."

0 comments on commit a57b354

Please sign in to comment.