PREV INDEX NEXT

Author: Unknown
Subject: Re: Re: [Cs223] Stats.pl
Date: Thursday, 02 Apr 2020, 16:22:33

When I try to run Stats.pl on QsortH of the staff solution, it only shows #lines & #compares, and not #remD()

The staff solution uses about 1/3 of the #compares than my solution. However, for my solution
My #calls to remD() is about half of 2*(#compares+#lines), should I be worried about efficiency? 



------------------

Create a local link called QsortH to the staff solution

  % ln -s /c/cs223/Hwk4/Qsort QsortH

and run Hwk4/Tests/Stats.pl

  % /c/cs223/Hwk4/Tests/Stats.pl /c/cs223/Hwk4/Tests/f007

--Stan-
PREV INDEX NEXT