https://github.com/mslinn/hacker-rank
Idiomatic Scala HackerRank Solutions
https://github.com/mslinn/hacker-rank
hackerrank hackerrank-solutions scala
Last synced: 2 months ago
JSON representation
Idiomatic Scala HackerRank Solutions
- Host: GitHub
- URL: https://github.com/mslinn/hacker-rank
- Owner: mslinn
- Created: 2017-08-18T17:38:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T04:11:31.000Z (over 7 years ago)
- Last Synced: 2025-01-09T01:12:31.418Z (4 months ago)
- Topics: hackerrank, hackerrank-solutions, scala
- Language: Java
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Idiomatic Scala HackerRank Solutions
[](https://opensource.org/licenses/Apache-2.0)
[](https://travis-ci.org/mslinn/hacker-rank)
[](https://badge.fury.io/gh/mslinn%2Fhacker-rank)[HackerRank](https://hackerrank.com) is a site for programmers to show their ability.
I discovered [Hacker-Rank Solutions](https://github.com/rshaghoulian/HackerRank_solutions) for Java while I was working through the HackerRank problems.
Some of the solutions to the Scala problems that I present are based on the Java solutions for the cases where I discovered that idiomatic Scala solutions were not fast enough to pass the tests.The only requirement for running [these sample programs](https://github.com/mslinn/hacker-rank/tree/master/src/main/scala) is [SBT](http://www.scala-sbt.org/).
If you'd like to learn enough Scala to be able to read and write this code, check out [ScalaCourses.com](https://www.ScalaCourses.com)