Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mslinn/hacker-rank
Idiomatic Scala HackerRank Solutions
https://github.com/mslinn/hacker-rank
hackerrank hackerrank-solutions scala
Last synced: 25 days 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 (about 7 years ago)
- Last Synced: 2024-11-11T05:45:41.549Z (3 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
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Build Status](https://travis-ci.org/mslinn/hacker-rank.svg?branch=master)](https://travis-ci.org/mslinn/hacker-rank)
[![GitHub version](https://badge.fury.io/gh/mslinn%2Fhacker-rank.svg)](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)