Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rstraub/graph-kata-scala

Exercises to explore the usage of graphs in Scala
https://github.com/rstraub/graph-kata-scala

Last synced: 3 days ago
JSON representation

Exercises to explore the usage of graphs in Scala

Awesome Lists containing this project

README

        

# Graph Kata Scala

A kata to explore the usage of graphs in Scala, using
the [Scala-graph](https://scala-graph.org/) library.

## Instructions

Start with the FamilyTreeSpec and follow the instructions from there.

There is one failing test to start fixing,
after that each next case is marked with an `ignore` statement.
This allows you to enable the test case when you get to it.