PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Stable Sort
Date: Sunday, 29 Mar 2020, 16:08:46


    > Message Posted By: Unknown
    >
    > Is there a limit to how many points will be for stable sort on the final
    > grading script?

As stated in the specification:

  Qsort is STABLE.  That is, if two lines have equal keys, they appear in the
  same relative order in the output as they did in the input.  ...  There will
  be at most 4 tests of this property.

--Stan-
PREV INDEX NEXT