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

Minimum Swaps to Sort #32

Open
keya00 opened this issue Oct 5, 2021 · 3 comments
Open

Minimum Swaps to Sort #32

keya00 opened this issue Oct 5, 2021 · 3 comments
Assignees

Comments

@keya00
Copy link

keya00 commented Oct 5, 2021

I would be doing it in C++ language .
In a given array ,the program will tell minimum swaps that are required to sort the array.
Expected Time Complexity: O(nlogn)
Expected Auxiliary Space: O(n)

Please assign me this issue as a part of Hacktoberfest

@vinayassrao
Copy link
Contributor

@Vanshikagarg17 hey, can i work on this

@Ananyaas
Copy link
Collaborator

@vinayassrao you can work on this issue, all the best!

@vinayassrao
Copy link
Contributor

@Ananyaas Please review the PR

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

No branches or pull requests

6 participants