This is the Xcode Playground to accompany the book Classic Computer Science Problems in Swift by David Kopec. The book is available for purchase directly from the publisher, Manning, and from other book vendors.
The Playground is compatible with Swift 4 (Xcode 9).
- Classic Computer Science Problems informational site
- Classic Computer Science Problems in Python
- Classic Computer Science Problems in Java
- Article: Solving Mazes with Swift
- Article: Tic-Tac-Toe AI in Swift
- Slides: A* Search in Swift: Navigating a Maze
Official Books from the Series by @davecom
Ports
- C++ implementation by @aray-andres
- Go implementation by @arlima
- PHP implementation by @SaschaKersken (German translator of CCSPiP)
- JavaScript implementation by @SaschaKersken (German translator of CCSPiP)
- Ruby implementation by @tj84
- Rust implementation by @marpetercontribs
The source code in this repository is licensed under the Apache License. See LICENSE
.