Skip to content
Snippets Groups Projects
Commit ca68ae34 authored by Phillip Huang's avatar Phillip Huang Committed by Irving Chen
Browse files

Adds HeapSort to the list of ckpt2 tests

parent 65045118
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ public class Ckpt2Tests extends GradingUtility {
HashTableTests.class,
CircularArrayHashCodeTests.class,
QuickSortTests.class,
TopKSortTests.class
TopKSortTests.class,
HeapSortTests.class
};
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment