Skip to content

Issues with RecurMergeSort #28

Description

@phrdang

Where it's located

  • Chapter: 13
  • Section: 13.6
  • Problem Title: Merge Sort

Describe the issue

  • RecurMergeSort.java practice and solution files are not named MergeSort.java to match the problem name (doesn't follow practice problem guidelines)
  • The files also do not contain the instructions of the problem
  • The instructions of the problem are extremely sparse and require students to figure out both the Merge Sort algorithm, the Comparable class, and generics on their own
  • The files raise the following warnings on VSCode that should be fixed:

Screen Shot 2021-07-01 at 12 51 54 PM

Notes

Make sure to fix not just the code in the repo but also the problem statement and links on Notion.
Also see #15 for the original PR

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions