Solutions to coding challenges from Hacker Rank and Hacker Earth.
| # | Problem | Solution | Difficulty | Points |
|---|---|---|---|---|
| Introduction | ||||
| 1. | List Replication | Scala | Easy | 10 |
| 2. | Filter Array | Scala | Easy | 10 |
| 3. | Filter Positions in a List | Scala | Easy | 10 |
| 4. | Array Of N Elements | Scala | Easy | 10 |
| 5. | Reverse a List | Scala | Easy | 10 |
| 6. | Sum of Odd Elements | Haskell | Easy | 10 |
| 7. | List Length | Haskell | Easy | 10 |
| # | Problem | Solutions | Difficulty |
|---|---|---|---|
| Graphs | |||
| 1. | Monk at the Graph Factory | Java | Easy |