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

Add the famous sorting algorithms merge sort and quick sort in DivideAndConquer directory #2619

Closed
rsh-raj opened this issue Oct 14, 2021 · 1 comment

Comments

@rsh-raj
Copy link

rsh-raj commented Oct 14, 2021

Problem:
The merge sort and quicksort haven't been added yet

Solution:
Add the implementation of merge sort and quick sort in java in DivideAndConquer directory

@siriak
Copy link
Member

siriak commented Oct 14, 2021

They are already present in the Sorts directory, thanks!

@siriak siriak closed this as completed Oct 14, 2021
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

2 participants