Hackerrank – Hello World N Times

Problem Statement A description of the problem can be found on Hackerrank. Solution

Solution also available on my GitHub.

Hackerrank – Hello World

Problem Statement A description of the problem can be found on Hackerrank. Solution

Solution also available on my GitHub.

Hackerrank – Solve me first FP

Problem Statement A description of the problem can be found on Hackerrank. Solution

Solution also available on my GitHub.

Hackerrank – Print the elements of a linked list

Problem Statement A description of the problem can be found on Hackerrank. Solution

Solution also available on my GitHub.

Hackerrank – Diagonal Difference

Problem Statement A description of the problem can be found on Hackerrank. Solution Make 2 sums for 2 diagonals – from left to right, from right to left. Substract 2 sums and print its absolute value. I created solution in 4 languages: Scala Java JavaScript Ruby All solutions are also available on my GitHub. Scala […]

Hackerrank – Staircase

Problem Statement A description of the problem can be found on Hackerrank. Solution Create n times a line consting of spaces (‘ ‘) and hashes (‘#’). Each line contains incremented count of hashes and decremented count of spaces form 1 to n, respectively n downto 1. I created solution in 4 languages: Scala Java JavaScript […]

Hackerrank – String Reductions

Problem Statement A description of the problem can be found on Hackerrank. Solution

Solution also available on my GitHub.

Hackerrank – Sort Command #2

Problem Statement A description of the problem can be found on Hackerrank. Solution

Solution also available on my GitHub.

Hackerrank – Sort Command #1

Problem Statement A description of the problem can be found on Hackerrank. Solution

Solution also available on my GitHub.

Hackerrank – ‘Tr’ Command #2

Problem Statement A description of the problem can be found on Hackerrank. Solution

Solution also available on my GitHub.