Hackerrank – Rotate String

Problem Statement A description of the problem can be found on Hackerrank. Solution I created solution in: Scala All solutions are also available on my GitHub. Scala

Hackerrank – Prefix Compression

Problem Statement A description of the problem can be found on Hackerrank. Solution Compare all characters from both string at the same index until they are not equals or we get to the end of one of strings. Equals characters are desired prefix. I created solution in: Scala All solutions are also available on my […]

Hackerrank – Evaluating e^x

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

Solution also available on my GitHub.

Hackerrank – Update List

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

Solution also available on my GitHub.

Hackerrank – List Length

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

Solution also available on my GitHub.

Hackerrank – Sum of odd elements

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

Solution also available on my GitHub.

Hackerrank – Reverse a list

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

Solution also available on my GitHub.

Hackerrank – Array Of N Elements

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

Solution also available on my GitHub.

Hackerrank – Filter positions in a list

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

Solution also available on my GitHub.

Hackerrank – Filter Array

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

Solution also available on my GitHub.