https://github.com/vc1492a/number-combo-lock
Recursive and iterative methods for generating all possible combinations of numbers (permutation).
https://github.com/vc1492a/number-combo-lock
Last synced: about 1 month ago
JSON representation
Recursive and iterative methods for generating all possible combinations of numbers (permutation).
- Host: GitHub
- URL: https://github.com/vc1492a/number-combo-lock
- Owner: vc1492a
- Created: 2014-12-20T15:22:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-20T20:17:15.000Z (over 10 years ago)
- Last Synced: 2025-01-29T11:11:48.499Z (3 months ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Number Combo Lock
==========
Recursive and iterative methods for generating all possible combinations of numbers (permutation).The code contained in this repository is my personal code in addition to adaptations of code from two sources:
* https://github.com/Mariatta/permutation (Recursive)
* https://github.com/tixxit/permute (Iterative)