Algo_ds_101: Permutation in C# using Recursion

Created on 10 Oct 2020  路  8Comments  路  Source: ahampriyanshu/algo_ds_101

Submission Title
Permutation

Submission Type
Algorithm

Submission Description
This solution implements a Recursive algorithm. The parameter string is permutated without repeating any.
E.g. parameter: "123"
result: ["123", "132", "213", "231". "312", "321"]

Submission Directory
Algorithm=>Recursion_Algorithm=>Permutation.cs

Contributors

  • [ ] C++ -
  • [ ] C -
  • [ ] Python -
  • [ ] Java -
  • [ ] JavaScript -
  • [ ] TypeScript -
  • [ ] Golang -
  • [ ] Ruby -
  • [ ] php -
  • [ ] Swift -
  • [x] C# -
C++ Hacktoberfest New Submssion TypeScript first timer good first issue javascript php ruby scala swift

All 8 comments

kindly assign this to me.

Can u assign this to me in python?

I would like to work on this in java language.
Kindly assign it to me.

@Mr-Vaibhav-Shukla @Danotsonof Let me know if I pick this up for any other language? Also, Can the character in the string repeat?!

Can you please assign this to me in C++?
@Mr-Vaibhav-Shukla ?

@Mr-Vaibhav-Shukla @Danotsonof Let me know if I pick this up for any other language? Also, Can the character in the string repeat?!

No, it can't repeat.

@Mr-Vaibhav-Shukla @Danotsonof Kindly, Review the PRs and remove the labels for TS/JS. Thank you for letting us contribute 馃憤馃徏

thanks everyone :v:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahampriyanshu picture ahampriyanshu  路  5Comments

YashJain2 picture YashJain2  路  4Comments

subhayuroy picture subhayuroy  路  5Comments

ahampriyanshu picture ahampriyanshu  路  5Comments

ahampriyanshu picture ahampriyanshu  路  5Comments