Exercises from HackerRank
This a personal project for practicing with Scala programming language via HackerRank challenges.
The exercises included are from:
- Domain "Functional Programming"
- Contest "Project Euler" (just started!)
Please do not copy the solutions here to pass the exercises: instead of that I recommend you to find your own implementation and only then compare with the implementation I made (and please post a comment / give some feedback!).
- Functional Structures > OrderExercises
- Functional Structures > MirkoConstructionSite (note: still strugling due to the performance test cases)
- Recursion > CrossWords101
- NEW Memoization and DP > Different Ways
- NEW Functional Structures > PrisonTransport