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

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).

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)