Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Permutations solution #124

Merged
merged 4 commits into from Oct 28, 2020
Merged

Create Permutations solution #124

merged 4 commits into from Oct 28, 2020

Conversation

ghost
Copy link

@ghost ghost commented Oct 26, 2020

Description

This program , is a solution to the permutations problem . In this program , you have three values , so you make these values into a list . To permutate them , you have to keep on swapping places as many times till you reach the last value . This swabbing takes place with the help of a temp variable as this allows us to store the first value and swap the other two easily . Then in the next turn the second value will be in the temp variable and so on. This program is done using java . You can follow the similar concepts but with bits of tweaks and you can solve this in any other language too . Hope this helps. Cheers

Have you made changes in README file ?

[ x ] Added problem & solution under correct topic.
[ ] Specified Space & Time complexity.
[ x ] Specified difficulty level, tag & Note(if any).
How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

Test A
Test B
Checklist:

[x] My code follows the style guidelines of this project
[ ] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings
[ ] Any dependent changes have been merged and published in downstream modules

@welcome
Copy link

welcome bot commented Oct 26, 2020

I can tell this is your first pull request! Thank you I'm so honored. 🎉🎉🎉 I'll take a look at it ASAP!

@GouravRusiya30
Copy link
Member

@Pandz18
I request you to clearly look into the README for instructions details:
check the sample PR and update accordingly
#3

@ghost
Copy link
Author

ghost commented Oct 26, 2020

Hello , I've added my changes to the README file and I've marked the boxes , do I have to do anything more ?

@GouravRusiya30 GouravRusiya30 merged commit 413fd01 into codedecks-in:master Oct 28, 2020
@welcome
Copy link

welcome bot commented Oct 28, 2020

Your code looks great! Congrats, I've gone ahead and merged your first pull request! Keep it up! alt text

@ghost
Copy link
Author

ghost commented Oct 30, 2020

Your code looks great! Congrats, I've gone ahead and merged your first pull request! Keep it up! alt text

thank you , it means so much to get Simons approval , thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant