PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] CPSC223 xQuick.pl
Date: Friday, 03 Apr 2020, 07:55:33


    > Message Posted By: Unknown
    >
    > I have corrected this issue by setting
    > int n = strncmp (...)
    > if (n > 0)
    > ...
    > if (n < 0)
    > However, xQuick.pl says I am not using quicksort.
    > I hope you could kindly help me.

Not without being able to see and run your code.

--Stan-
PREV INDEX NEXT