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

https://github.com/ioedeveloper/permutation

An algorithm to find the number of possible arrangement of a range of values i.e (1 to nth term), in a set of k i.e (k number of values at a time).
https://github.com/ioedeveloper/permutation

Last synced: about 2 months ago
JSON representation

An algorithm to find the number of possible arrangement of a range of values i.e (1 to nth term), in a set of k i.e (k number of values at a time).

Awesome Lists containing this project

README

        

# Permutation
An algorithm to find the number of possible arrangement of a range of values i.e (1 to nth term), in a set of k i.e (k number of values at a time).

# Technologies
Typescript

# IDE
Visual Studio Code

# Inspiration/Motivation
I wrote this piece of code to answer a question asked on Quora.
I hope it helps others also.