Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 706 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 706 Bytes

Hackerrank-FP-Scala

Solving hackerrank FP problems using Scala

If you're using these codes, please don't blindly copy them in hackerrank. I am providing the input of these snippets using the file resource (input.txt).

Setting up

Local

  • Clone this repo
  • Import it as a Scala project in IDE
  • Copy the sample input in hackerrank question to input.txt

Hackerrank

  • Copy the code to hackerrank editor.

  • Change input to stdin

    io.Source.stdin
Disclaimer : I am a Scala noob and I am trying to come up with best solutions in Scala. If you have any inputs please feel free to share. It'll be a learning experience for me too.