Skip to content

The code is implemented in python without the use of itertools.permutations module, greater the list of numbers higher the time complexity as it is implemented with O(2^n) time complexity

Notifications You must be signed in to change notification settings

PoorCoder-Here/Permutation-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Permutation-Finder

The code is implemented in python without the use of itertools.permutations module, greater the list of numbers higher the time complexity as it is implemented with O(2^n) time complexity. It only takes the list of numbers not the R value. It only finds the permutation for given list of numbers assuming the R value as length of list. Input: Enter the list of numbers in the comma seperated form. Ex: 1 2 3 4 5

About

The code is implemented in python without the use of itertools.permutations module, greater the list of numbers higher the time complexity as it is implemented with O(2^n) time complexity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages