https://github.com/anicolaspp/exercism.io-solutions
https://github.com/anicolaspp/exercism.io-solutions
coding-challenge exercise-solutions exercism scala
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anicolaspp/exercism.io-solutions
- Owner: anicolaspp
- Created: 2018-03-18T01:57:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T22:02:33.000Z (about 8 years ago)
- Last Synced: 2025-03-06T03:14:46.407Z (about 1 year ago)
- Topics: coding-challenge, exercise-solutions, exercism, scala
- Language: XSLT
- Size: 1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# exercism.io-solutions
My solutions to some of the [exercism](http://exercism.io/) Scala problems
## Problems
- [Accumulate](https://github.com/anicolaspp/exercism.io-solutions/tree/master/scala/accumulate)
- [Bracket Push](https://github.com/anicolaspp/exercism.io-solutions/tree/master/scala/bracket-push)
- [Difference of Squares](https://github.com/anicolaspp/exercism.io-solutions/tree/master/scala/difference-of-squares)
- [ETL](https://github.com/anicolaspp/exercism.io-solutions/tree/master/scala/etl)
- [Hamming](https://github.com/anicolaspp/exercism.io-solutions/tree/master/scala/hamming)
- [Isogram](https://github.com/anicolaspp/exercism.io-solutions/tree/master/scala/isogram)
- [Pangram](https://github.com/anicolaspp/exercism.io-solutions/tree/master/scala/pangram)
- [Perfect Numbers](https://github.com/anicolaspp/exercism.io-solutions/tree/master/scala/perfect-numbers)
- [Raindrops](https://github.com/anicolaspp/exercism.io-solutions/tree/master/scala/raindrops)
- [Strain](https://github.com/anicolaspp/exercism.io-solutions/tree/master/scala/strain)
- [Sum of Multiples](https://github.com/anicolaspp/exercism.io-solutions/tree/master/scala/sum-of-multiples)
- [Word Count](https://github.com/anicolaspp/exercism.io-solutions/tree/master/scala/word-count)
- [Flatten Array](https://github.com/anicolaspp/exercism.io-solutions/tree/master/scala/flatten-array)
- [Sieves](https://github.com/anicolaspp/exercism.io-solutions/tree/master/scala/sieve)
- [Robot Name](https://github.com/anicolaspp/exercism.io-solutions/tree/master/scala/robot-name)