Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caiyue1993/algorithmswift

Weekly swift algorithm practice.
https://github.com/caiyue1993/algorithmswift

Last synced: about 1 month ago
JSON representation

Weekly swift algorithm practice.

Awesome Lists containing this project

README

        

# AlgorithmSwift
Weekly swift algorithm practice.

# Requirement
You need to install [Swift Package Manager](https://swift.org/getting-started/#using-the-package-manager)

## Run
Take Tree project for example:

First, `swift package generate-xcodeproj`

Second, `open tree.xcodeproj`

Third, `Cmd + B` to build

Fourth, `Cmd + U` to run the tests