https://github.com/vic/scala-double-linked-list
An immutable double linked list in Scala 3
https://github.com/vic/scala-double-linked-list
Last synced: 8 months ago
JSON representation
An immutable double linked list in Scala 3
- Host: GitHub
- URL: https://github.com/vic/scala-double-linked-list
- Owner: vic
- License: apache-2.0
- Created: 2023-08-05T20:21:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T07:09:28.000Z (almost 3 years ago)
- Last Synced: 2024-12-25T12:26:06.315Z (over 1 year ago)
- Language: Scala
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scala-double-linked-list
An immutable double linked list in Scala 3