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

https://github.com/kodecocodes/alg-materials

The projects and the materials that accompany the Data Structures & Algorithms in Swift book
https://github.com/kodecocodes/alg-materials

Last synced: 8 months ago
JSON representation

The projects and the materials that accompany the Data Structures & Algorithms in Swift book

Awesome Lists containing this project

README

          

# Data Structures & Algorithms in Swift: Materials

This repo contains all the downloadable materials and projects associated with the **[Data Structures & Algorithms in Swift](https://www.raywenderlich.com/books/data-structures-algorithms-in-swift)** 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/4.0](https://github.com/raywenderlich/alg-materials/tree/editions/4.0) | 4.0 | 2021-09-15 |
| [editions/3.0](https://github.com/raywenderlich/alg-materials/tree/editions/3.0) | 3.0 | 2019-10-02 |