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
- Host: GitHub
- URL: https://github.com/kodecocodes/alg-materials
- Owner: kodecocodes
- License: other
- Created: 2020-06-25T17:07:03.000Z (almost 6 years ago)
- Default Branch: editions/4.0
- Last Pushed: 2025-01-21T18:32:31.000Z (over 1 year ago)
- Last Synced: 2025-01-21T19:36:06.268Z (over 1 year ago)
- Language: Swift
- Size: 1.26 MB
- Stars: 196
- Watchers: 15
- Forks: 100
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |