Solve Me First
https://www.hackerrank.com/challenges/solve-me-first/problem
1 | (defn solveMeFirst [x y] |
Simple Array Sum
https://www.hackerrank.com/challenges/simple-array-sum/problem
1 | (defn simpleArraySum [ar] |
Compare the Triplets
https://www.hackerrank.com/challenges/compare-the-triplets/problem
1 | (defn compare [ax bx] |
A Very Big Sum
https://www.hackerrank.com/challenges/a-very-big-sum/problem
1 | (defn aVeryBigSum [ar] |
Birthday Cake Candles
https://www.hackerrank.com/challenges/birthday-cake-candles/problem
1 | (defn birthdayCakeCandles [candles] |