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

Minor fix

parent 4c9abc5d
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ there a clear winner? Why or why not? Is the winner surprising to you?
<pre>TODO</pre>
### General Sorts ###
You have several general purpose sorts (InsertionSort, HeapSort, TopKSort). We would like you to compare these
You have several general purpose sorts (InsertionSort, HeapSort, QuickSort). We would like you to compare these
sorts using *step counting*. That is, for all other experiments, you likely compared the time it took for the various
things to run, but for this one, we want you to (1) choose a definition of step, (2) modify the sorting algorithms to
calculate the number of steps, and (3) compare the results. In this case, there is a "good" definition of step, and
......
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