Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
363 stars 618 forks source link

String Permutations #1358

Open anshika272 opened 3 years ago

anshika272 commented 3 years ago

Is your feature request related to a problem? Please describe. given a String. Find and return all the possible permutations of the input string. Describe the solution you'd like The solution should be done using Recursion. Do you want to work on it I want to work on this issue using the CPP language.

omniasalah276 commented 3 years ago

I'm a gssoc'21 participant and would like to implement this in python please assign it to me

RYzen-009 commented 3 years ago

/assign

Sathwika-02 commented 3 years ago

Hi, I am GSSOC'21 participant, My code will be in java with proper comments and test cases. @anubhavitis Please assign me this. Thankyou!!

madhvi02 commented 3 years ago

Sir @tarun26091999 @rudrakshi99 ma'am Please assign this problem to me. I would like to solve this in c++. I will surely provide the code with proper documentation and comments.