https://github.com/nohomey/swift-array-variations
Swift Library for generating variations (k-permutations of n) from elements of an Array
https://github.com/nohomey/swift-array-variations
array-extension k-permutations-of-n swift swift-extension swift-library variations
Last synced: about 1 month ago
JSON representation
Swift Library for generating variations (k-permutations of n) from elements of an Array
- Host: GitHub
- URL: https://github.com/nohomey/swift-array-variations
- Owner: NoHomey
- License: mit
- Created: 2017-02-26T18:43:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T19:47:04.000Z (over 9 years ago)
- Last Synced: 2025-03-02T18:36:02.401Z (over 1 year ago)
- Topics: array-extension, k-permutations-of-n, swift, swift-extension, swift-library, variations
- Language: Swift
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swift-array-variations
Swift Library for generating variations (k-permutations of n) from elements of an Array