Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henriquelluiz/scala-data-structures
Learning DSA with Scala Language.
https://github.com/henriquelluiz/scala-data-structures
algorithms data-structures jvm scala
Last synced: about 7 hours ago
JSON representation
Learning DSA with Scala Language.
- Host: GitHub
- URL: https://github.com/henriquelluiz/scala-data-structures
- Owner: henriquelluiz
- Created: 2023-07-15T17:57:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T22:11:16.000Z (10 months ago)
- Last Synced: 2023-12-28T23:49:17.161Z (10 months ago)
- Topics: algorithms, data-structures, jvm, scala
- Language: Scala
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## sbt project compiled with Scala 3
### Usage
This is a normal sbt project. You can compile code with `sbt compile`, run it with `sbt run`, and `sbt console` will start a Scala 3 REPL.
For more information on the sbt-dotty plugin, see the
[scala3-example-project](https://github.com/scala/scala3-example-project/blob/main/README.md).