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

https://github.com/dimchansky/hackerrank

Solutions for HackerRank problems in Haskell
https://github.com/dimchansky/hackerrank

Last synced: 3 months ago
JSON representation

Solutions for HackerRank problems in Haskell

Awesome Lists containing this project

README

          

HackerRank
==========

Solutions for [HackerRank](https://www.hackerrank.com/) problems in Haskell

- Algorithms
- Warmup
- [Solve me first](https://www.hackerrank.com/challenges/solve-me-first) ([solution](Algorithms/Warmup/SolveMeFirst/src/Main.hs))
- [Service Lane](https://www.hackerrank.com/challenges/service-lane) ([solution](Algorithms/Warmup/ServiceLane/src/Main.hs))
- [Utopian Tree](https://www.hackerrank.com/challenges/utopian-tree) ([solution](Algorithms/Warmup/UtopianTree/src/Main.hs))
- [The Love-Letter Mystery](https://www.hackerrank.com/challenges/the-love-letter-mystery) ([solution](Algorithms/Warmup/TheLoveLetterMystery/src/Main.hs))
- [Gem Stones](https://www.hackerrank.com/challenges/gem-stones) ([solution](Algorithms/Warmup/GemStones/src/Main.hs))
- [Halloween party](https://www.hackerrank.com/challenges/halloween-party) ([solution](Algorithms/Warmup/HalloweenParty/src/Main.hs))
- [Maximizing XOR](https://www.hackerrank.com/challenges/maximizing-xor) ([solution](Algorithms/Warmup/MaximizingXOR/src/Main.hs))
- [Chocolate Feast](https://www.hackerrank.com/challenges/chocolate-feast) ([solution](Algorithms/Warmup/ChocolateFeast/src/Main.hs))
- [Manasa and Stones](https://www.hackerrank.com/challenges/manasa-and-stones) ([solution](Algorithms/Warmup/ManasaAndStones/src/Main.hs))
- [Is Fibo](https://www.hackerrank.com/challenges/is-fibo) ([solution](Algorithms/Warmup/IsFibo/src/Main.hs))