Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
Swift Combinatorics
A package of common algorithms in the area of combinatorics.
Contents
Usage
To use the Combinatorics
library in your SwiftPM project, add the following line to your dependencies in Package.swift
:
.package(url: "https://github.com/qasim/swift-combinatorics", from: "0.0.1"),
Then, add "Combinatorics"
as a dependency for your target.
Github
link |
Stars: 2 |
Related Packages
You may find interesting
Releases
0.0.2 - 2021-01-10T22:44:08
Clarify time complexity in documentation.
0.0.1 - 2021-01-10T21:34:12
Initial release.