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: 8 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T18:04:30.000Z (about 6 years ago)
- Last Synced: 2025-02-16T21:47:27.310Z (11 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)