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

Tests and source for Sorting sub-section #4

Open
Diptonil opened this issue Oct 6, 2022 · 0 comments
Open

Tests and source for Sorting sub-section #4

Diptonil opened this issue Oct 6, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@Diptonil
Copy link
Owner

Diptonil commented Oct 6, 2022

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.java should be complete.
  • Add BogoSort.java and BogoSortTest.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.md of 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.
@Diptonil Diptonil added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers hacktoberfest Issue or PR is marked for Hacktoberfest. labels Oct 6, 2022
@Diptonil Diptonil assigned Ankita-278 and unassigned Ankita-278 Oct 12, 2022
@Diptonil Diptonil removed the hacktoberfest Issue or PR is marked for Hacktoberfest. label Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants