-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We currently have a small implementation of a merge sort algorithm only. We would like to also provide a selection_sort implementation for comparison.
For information about selection sort, please see: https://en.wikipedia.org/wiki/Selection_sort
Working on this issue
Implementing bubblesort consists of the following things:
- Find the existing
selection_sortstub and replace it with your implementation. - Add documentation (you can look at
merge_sortfor inspiration). - Add some tests by expanding
test_selection_sortintest_sorting.py.
Once you have made your changes, and committed them to a new branch, you can create a PR!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request