hiteshchoudhary / open-source-contribution

A repo to contribute in open source via README only. A dream repo for open source beginner
250 stars 407 forks source link

add permutation.py file #319

Closed AtulChandapa closed 2 months ago

AtulChandapa commented 2 months ago

Python Program to Compute all the Permutation of the String

Permutation is the method of selecting elements from a set in different ways.

For example: the number of ways in which characters from yup can be selected are yup, ypu, uyp, upy, puy, pyu, and not selecting any.