Skip to content

Implementation of most common data structures / algorithms in Scala. Based on "Rock the JVM - Scala & Functional Programming practice course". All solutions are mine.

Notifications You must be signed in to change notification settings

DeamonDev/scala-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data structures and algorithms implemented in Scala

Implementation of most common data structures / algorithms in Scala. Based on "Rock the JVM - Scala & Functional Programming practice course". All solutions are mine.

Project Strucutre

├── src
│   ├── main
│   │   └── scala
│   │       └── com.deamondev
│   │           └── lists
│   │               └── ExampleProblems.scala
│   └── test
│       └── scala
│           └── com.deamondev
│               └── lists
│                   └── ExampleProblemsSpec.scala

About

Implementation of most common data structures / algorithms in Scala. Based on "Rock the JVM - Scala & Functional Programming practice course". All solutions are mine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages