Skip to content

Commit

Permalink
grammar is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
sudocrystal committed Oct 6, 2016
1 parent 6ad31a1 commit 457f79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ The recursive part of this problem is short -- happening only in the mergesort m

The `split_array` method is not mandatory to use, but I think it makes the solution a little easier to read and follow by making the `mergesort` method read almost exactly like the psuedocode, hiding all the details of how it works in other methods.

The hardest part of this problem is writing the combine method and dealing with all the cases that occur when combining two lists of sorted numbers. **This is part is iterative, not recursive.**
The hardest part of this problem is writing the combine method and dealing with all the cases that occur when combining two lists of sorted numbers. **This part is iterative, not recursive.**

0 comments on commit 457f79d

Please sign in to comment.