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

[Problem] Quick sort implementation #8

Open
ademclk opened this issue Aug 13, 2022 · 0 comments
Open

[Problem] Quick sort implementation #8

ademclk opened this issue Aug 13, 2022 · 0 comments
Labels
algorithms good first contribution Good for new contributors good first issue Good for newcomers

Comments

@ademclk
Copy link
Owner

ademclk commented Aug 13, 2022

Quick sort

For given array A[12, 16, 15, 14, 7, 13, 9] implement the quick sort algorithm.

Take an array as input from the user implement the quick sort algorithm.

@ademclk ademclk added good first issue Good for newcomers algorithms good first contribution Good for new contributors labels Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithms good first contribution Good for new contributors good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant