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
- Host: GitHub
- URL: https://github.com/dimchansky/hackerrank
- Owner: dimchansky
- Created: 2014-06-24T21:59:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-09T22:16:26.000Z (over 11 years ago)
- Last Synced: 2025-02-09T12:31:06.504Z (11 months ago)
- Language: Haskell
- Homepage:
- Size: 238 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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))