From 275aed722aff85fefaf3f2167cd14f918240141d Mon Sep 17 00:00:00 2001 From: Dennis Ideler Date: Sat, 30 May 2015 17:12:06 +0100 Subject: [PATCH] Add problem description for Ransom problem As described by @prestonvanloon in https://github.com/codingforinterviews/practice-problems/pull/7#issuecomment-107057131 --- ransom/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 ransom/README.md diff --git a/ransom/README.md b/ransom/README.md new file mode 100644 index 0000000..c0c0594 --- /dev/null +++ b/ransom/README.md @@ -0,0 +1 @@ +Given a magazine and a ransom note, figure out if you can cut words out of the magazine to write the ransom note.