Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rstraub/graph-kata-scala
- Owner: rstraub
- Created: 2024-07-22T06:48:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T09:50:34.000Z (6 months ago)
- Last Synced: 2024-12-03T03:15:01.902Z (2 months ago)
- Language: Shell
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.