Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/caiyue1993/algorithmswift
- Owner: caiyue1993
- Created: 2017-07-22T08:56:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T15:34:17.000Z (over 4 years ago)
- Last Synced: 2024-10-15T10:48:35.463Z (3 months ago)
- Language: Swift
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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