https://github.com/kodecocodes/dsk-materials
The projects and the materials that accompany the Data Structures & Algorithms in Kotlin book
https://github.com/kodecocodes/dsk-materials
Last synced: 3 months ago
JSON representation
The projects and the materials that accompany the Data Structures & Algorithms in Kotlin book
- Host: GitHub
- URL: https://github.com/kodecocodes/dsk-materials
- Owner: kodecocodes
- License: other
- Created: 2020-06-25T13:41:43.000Z (over 5 years ago)
- Default Branch: editions/2.0
- Last Pushed: 2023-01-27T11:39:15.000Z (almost 3 years ago)
- Last Synced: 2023-11-07T17:15:44.094Z (about 2 years ago)
- Language: Kotlin
- Homepage:
- Size: 261 KB
- Stars: 139
- Watchers: 13
- Forks: 66
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Structures & Algorithms in Kotlin: Materials
This repo contains all the downloadable materials and projects associated with the **[Data Structures & Algorithms in Kotlin](https://www.raywenderlich.com/books/data-structures-algorithms-in-kotlin)** from [raywenderlich.com](https://www.raywenderlich.com).
Each edition has its own branch, named `editions/[EDITION]`. The default branch for this repo is for the most recent edition.
## Release History
| Branch | Edition | Release Date |
| -------------------------------------------------------------------------------- |:-------:|:------------:|
| [editions/1.0](https://github.com/raywenderlich/dsk-materials/tree/editions/1.0) | 1.0 | 2019-09-18 |
| [editions/2.0](https://github.com/raywenderlich/dsk-materials/tree/editions/2.0) | 2.0 | 2021-06-30 |