Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arturopala/hackos
- Owner: arturopala
- License: apache-2.0
- Created: 2019-03-05T18:09:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T18:04:30.000Z (about 5 years ago)
- Last Synced: 2024-11-06T12:54:16.512Z (2 months ago)
- Topics: exercises, hackerrank, problemsolving, scala
- Language: Scala
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)