A collection of Swift playgrounds for algorithm practice and language exploration.
- Algorithms.playground — Swift algorithm implementations with protocol-based design patterns in
Sources/.
- Xcode
- macOS
Clone the repository and open the .playground files in Xcode:
git clone https://github.com/saheljalal/swift-playgrounds.git
cd swift-playgrounds
open Algorithms.playground