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

Print all permutations of String #61

Open
ShivangiSingh17 opened this issue Oct 7, 2019 · 6 comments
Open

Print all permutations of String #61

ShivangiSingh17 opened this issue Oct 7, 2019 · 6 comments
Labels
easy This doesn't seem right hactoberfest-accepted Java Something isn't working up for grabs Good for newcomers

Comments

@ShivangiSingh17
Copy link
Owner

Write a Java program to print all permutations of a given String. For example, if given String is "BAD" then your program should print all 6 permutations of this string, e.g. "BAD," "ABD," "ADB," "DAB," "DBA," and "BDA"

@ShivangiSingh17 ShivangiSingh17 added Java Something isn't working up for grabs Good for newcomers easy This doesn't seem right hactoberfest-accepted labels Oct 7, 2019
@Keerthana-Thiagaraj
Copy link

hi, I would like to work on this issue. Kindly assign this to me.

@khanaaziz1
Copy link

hi, i can do this for you if Keerthana-Thiaga cant.

@ShivangiSingh17
Copy link
Owner Author

@Keerthana-Thiagaraj Sure

@ShivangiSingh17
Copy link
Owner Author

@khanaaziz1 if @Keerthana-Thiagaraj is not willing to do you can proceed with it but at first let her give it a try as per the terms.

@codermasum
Copy link

Pull request is made with this issue. Thanks.

@Keerthana-Thiagaraj
Copy link

@ShivangiSingh17 PR has been made. Kindly review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy This doesn't seem right hactoberfest-accepted Java Something isn't working up for grabs Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants