-
Notifications
You must be signed in to change notification settings - Fork 12
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 merge sort, insertion sort, bubble sort, selection sort and quicksort in different languages #3
Comments
## Description addition of the bubble sort algorithm in the c++ repository ## Have you read the <a href = "https://github.com/Rj-coder-iitian/Beta-Algo/blob/main/CONTRIBUTING.md">Contributing Guidelines on Pull Requests? </a> Yes ## Please answer the following questions for yourself before submitting an issue. - [ ] I've read the contribution guidelines. - [ ] I've checked the issue list before deciding what to submit. Related Issues or Pull Requests link to the <a href = "Synergise-IIT-Bhubaneswar#3"> issue </a>
I would like to implement these algorithms in c++ |
Assigned the issue to @AyushhS in c++ |
@ag278 Kindly assign this issue to me in Python |
Assigned the issue to @PranayB003 in python |
## Description addition of the bubble sort, quick sort, merge sort and selection sort algorithms in the c++ repository ## Have you read the Contributing Guidelines on Pull Requests? Yes ## Please answer the following questions for yourself before submitting an issue. - [x] I've read the contribution guidelines. - [x] I've checked the issue list before deciding what to submit. ## Related Issues or Pull Requests link to the <a href = "Synergise-IIT-Bhubaneswar#3"> issue </a>
@ag278 i want to contribute in c++ |
@divyansh1235 the issue has already been solved in C++. You can choose a different language |
@ag278 does insertion sort is solved?? |
??? |
Yes |
Hey @ag278, Can you assign this issue to me in c. |
Assigned the issue to @ritik3131 in C |
@ag278 i want to contribute in python |
This issue has already been solved in Python |
Proposal
Add algorithms for the above sorting techniques
Describe the solution you'd like
Have you read the Contributing Guidelines on Pull Requests?
YesPlease answer the following questions for yourself before submitting an issue.
The text was updated successfully, but these errors were encountered: