Adds README File

This commit is contained in:
julien Lengrand-Lambert
2017-04-19 23:41:50 +02:00
parent b928d03962
commit c1d4c44209

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# HackerRank
This repository contains my submissions to [hackerrank](https://www.hackerrank.com/Airballman?hr_r=1).
I started solving problems on Hacker Rank as a way to get into Functional Programming so most solutions you will find here are written in [Scala](http://www.scala-lang.org/).
* Chapters are ordered in folders
* I usually browse the leaderboard after having solved a new challenge. Classes that end in _Best_ are used to store a solution I found particularly elegant.
Happy reading, and solve your own challenges first before peaking here ;)