PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Problem with sorting f007
Date: Tuesday, 31 Mar 2020, 15:56:43


    > Message Posted By: Unknown
    >
    > When I run ./Qsort /c/cs223/Hwk4/Tests/f007 | sort -c  , the output is :
    >
    > sort: -:2: disorder: I can reach the key; and if it makes me grow smaller,
    > I can creep
    >
    > When I sort this file using the staff solution, the lines are sorted in
    > the same order that is produced by my Qsort. Why is the test saying a line
    > is out of order if the staff output matches mine?

Sorry, but I cannot answer your question without
being able to see and run your code.

--Stan-
PREV INDEX NEXT