From 5ef3211c47a40afb6e661ef0527da2ed8dadb49f Mon Sep 17 00:00:00 2001 From: Steven Landau Date: Sat, 21 Jan 2017 18:48:20 -0500 Subject: [PATCH] Fixed the readme and added an example --- challenge_15/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/challenge_15/README.md b/challenge_15/README.md index 20621add6..9910357a8 100644 --- a/challenge_15/README.md +++ b/challenge_15/README.md @@ -2,7 +2,7 @@ Taking Candy From A Baby ====== Idea ------ -Remember cracking open a pinata on someones birthday? When all your friends would swarm the candy that fell out and you would have to fight your way through it? I do. Lotta friendships were lost at those birthday parties... Nevertheless, your job today is to simulate kids stealing candy from each other. The way this assignment goes is as follows: There are three kids, Tom, Bob and Joe. They each have varying (or the same, it's not really important) amounts of candy. Tom becomes gready as well and steels from ... himself? +Remember cracking open a pinata on someones birthday? When all your friends would swarm the candy that fell out and you would have to fight your way through it? I do. Lotta friendships were lost at those birthday parties... Nevertheless, your job today is to simulate kids stealing candy from each other. The way this assignment goes is as follows: There are three kids, Tom, Bob and Joe. They each have varying (or the same, it's not really important) amounts of candy. Tom becomes gready as well and steels from himself because he isn't very smart. Testing ------ @@ -10,4 +10,8 @@ Crate a Circularly Linked List and append various values to it. For simplicity s Call the function that will initialize the steeling. -Print the remaining kid. \ No newline at end of file +Print the remaining kid. + +Example +------ +Given an array: a b c d your function should return c.