Skip to content
Snippets Groups Projects
Commit 7db43c2b authored by Adam Blank's avatar Adam Blank
Browse files

Field name specification documentation

parent 0d91b92b
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ import cse332.exceptions.NotYetImplementedException;
* for method specifications.
*/
public class MinFourHeap<E extends Comparable<E>> extends PriorityWorkList<E> {
/* Do not change the name of this field; the tests rely on it to work correctly. */
private E[] data;
public MinFourHeap() {
......
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