-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
The following features need to be worked on:
- Write tests for all the presently available sorting methods (and nothing else in this issue) using JUnit5. An example of the same has been given for Bozo Sort in
BozoSortTest.java. MergeSort.java&InsertionSort.javashould be complete.- Add
BogoSort.javaandBogoSortTest.java. Do not add any other sorting methods. - Adhere to the coding conventions, style-guide and the rule of verbosity of variable names.
- Include the documentation for Merge Sort, Bogo Sort, Bozo Sort, Insertion Sort, Bubble Sort, in-place sorting, stable sorting and Quick Sort in the
README.mdof the sorting source folder. Refer to the preexisting note on Selection Sort for the process. - Update README files in both the test directories. Refer to the existing README to understand how it is done.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers