Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arturopala/hackos

My humble Scala solutions to the Hacker Rank challenges and problems
https://github.com/arturopala/hackos

exercises hackerrank problemsolving scala

Last synced: 16 days ago
JSON representation

My humble Scala solutions to the Hacker Rank challenges and problems

Awesome Lists containing this project

README

        

Hackos
===

My humble Scala solutions to the Hacker Rank challenges and problems:

## Build

`sbt clean compile test`

## Solutions

1. [FrequencyQueries](src/main/scala/FrequencyQueries.scala)
1. [MatrixRotation](src/main/scala/MatrixRotation.scala)
1. [Coins](src/main/scala/Coins.scala)
1. [WordLadder](src/main/scala/WordLadder.scala)
1. [RelatedQuestions](src/main/scala/RelatedQuestions.scala)