-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Where it's located
- Chapter: 13
- Section: 13.6
- Problem Title: Merge Sort
Describe the issue
RecurMergeSort.javapractice and solution files are not namedMergeSort.javato 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
Comparableclass, and generics on their own - The files raise the following warnings on VSCode that should be fixed:
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
