rchillyard / The-repository-formerly-known-as

2 stars 12 forks source link

Add mergesort #36

Closed rchillyard closed 4 years ago

rchillyard commented 4 years ago

This is essentially just the addition of a call to Arrays.legacyMergeSort. However, I also had to move PrivateMethodTester and while I was about it, I renamed it to PrivateMethodInvoker (with consequent variable name changes).

By accident, it's based on _30_string_encodeperfect. So, it will have to merged into that branch first.