From f624856b0e45b8366f7d93f97dcbe2b4197a5e1e Mon Sep 17 00:00:00 2001 From: agusmakmun <summon.agus@gmail.com> Date: Sun, 22 May 2016 04:14:27 +0700 Subject: [PATCH] added post: notPaired [CF] --- _posts/2016-05-21-notpaired-cf.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2016-05-21-notpaired-cf.md b/_posts/2016-05-21-notpaired-cf.md index 8f370b2..3940af5 100644 --- a/_posts/2016-05-21-notpaired-cf.md +++ b/_posts/2016-05-21-notpaired-cf.md @@ -12,9 +12,11 @@ In Numberland, every integer living there has a soulmate which is the exact same **Example:** * `notPaired([1, 2, 1]) = 2` + 2 is the only number in the sequence that appears once. * `notPaired([1, 3, 5, 7, 9, 7, 5, 3, 1]) = 9` + 9 is the only number in the sequence that appears once. **Input/Output** -- GitLab