Skip to content

Instantly share code, notes, and snippets.

View JustDerb's full-sized avatar
🛠️

Justin Derby JustDerb

🛠️
View GitHub Profile
import org.junit.Test;
import java.util.Comparator;
import static edu.iastate.cs228.hw4.NonRecursiveMergeSort.mergeSort;
import static org.junit.Assert.assertEquals;
/**
* @author Nick Gerleman
* A suite of tests for NonRecursiveMergeSort