Astrodevil / Programming-Basics

This Repository Contains source codes of various programming languages. Please Contribute to make this Useful.
https://astrodevil.github.io/Programming-Basics/
MIT License
72 stars 121 forks source link

Implement Recursive Python program to find all permutations of a string #375

Closed ShreyBiswas closed 2 years ago

ShreyBiswas commented 3 years ago

Can I add a Python algorithm to find all permutations of a string input? I plan to use a single function to demonstrate how the problem can be solved recursively.