-
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
[FEAT]: The visualizer needs more sorting algorithms #3
Comments
Hello, Hope this is not too out of place. This looks like something I can contribute to. I've been looking for a first open source project. I'm familiar with SFML and C++. I'd like to take a crack at adding quicksort. (If you'd like.) c: |
Sure! I never had contributors to any project so it's a new experience for me too, I did this small wiki page with some info, let me know if you have any issue with the code, Im going to add some more info to the wiki page :) |
Think I may add merge sort later here. Give using the new branches a go. c: |
Any sorting algorithms that haven't been added yet that I could contribute to? |
@Blargian sure, thanks for your interest! Here is a guide on how to add a new sorting algorithm. These are the algorithms currently implemented:
Maybe the code needs a bit of refactoring in some areas, if you need more info just let me know! |
Describe your problem:
Right now there is only 3 sorting algorithms, would be so cool to add more!
Steps to reproduce:
None
Possible fix (optional):
Add new sorting algorithms (how to add new algorithms)
OS
The text was updated successfully, but these errors were encountered: