Implementation of most common data structures / algorithms in Scala. Based on "Rock the JVM - Scala & Functional Programming practice course". All solutions are mine.
├── src
│ ├── main
│ │ └── scala
│ │ └── com.deamondev
│ │ └── lists
│ │ └── ExampleProblems.scala
│ └── test
│ └── scala
│ └── com.deamondev
│ └── lists
│ └── ExampleProblemsSpec.scala