Author: Stan Eisenstat
Subject: Re: [Cs223] counting remD
Date: Wednesday, 18 Mar 2020, 17:51:34
> Message Posted By: Unknown > > Is there a command we can use to count the number of remD's our program > uses, given it can sort? Yes, gprof or gcov can be used to display that number. However, it may be easier to add code to Qsort.c or Deque.c that tracks the number and prints it out. --Stan-PREV INDEX NEXT