Skip to content

amriteya/Hackerrank-FP-Scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages