hackerrank v0.1.0 FP.AdHoc
Elixir solutions for HackerRank functional programming challenges: ad hoc.
Link to this section Summary
Link to this section Functions
Link to this function
dedup(str)
Remove duplicates (char)
https://www.hackerrank.com/challenges/remove-duplicates/problem
Link to this function
gcd(list)
Huge GCD
Compute GCD for huge numbers via prime number decomposition. https://www.hackerrank.com/challenges/huge-gcd-fp/problem
Link to this function
rotate(str)
Rotate string
https://www.hackerrank.com/challenges/rotate-string/problem