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

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

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 |