From 6b96558223c215d29df524a91ca8e6b18c57c890 Mon Sep 17 00:00:00 2001 From: Aswin S Vijay <69852170+aswinsvijay@users.noreply.github.com> Date: Sun, 28 Jun 2026 17:20:04 -0500 Subject: [PATCH] Add '100 prisoners problem' to project ideas --- wiki/resources/general/project-ideas.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/resources/general/project-ideas.md b/wiki/resources/general/project-ideas.md index fba0ca5..ce5b87b 100644 --- a/wiki/resources/general/project-ideas.md +++ b/wiki/resources/general/project-ideas.md @@ -107,6 +107,7 @@ is meant to be a source of inspiration rather than a list of projects to make. - [Caesar cipher](https://en.wikipedia.org/wiki/Caesar_cipher) encoder/decoder - Bonus: Make an auto-decoder which makes guesses based on [frequency analysis](https://en.wikipedia.org/wiki/Frequency_analysis) +- [100 prisoners problem](https://en.wikipedia.org/wiki/100_prisoners_problem) [^compression]: Hint: Start with learning about [Huffman Coding](https://en.wikipedia.org/wiki/Huffman_coding)