Author: Stan Eisenstat
Subject: Re: Question on Testdeque
Date: Tuesday, 24 Mar 2020, 13:58:44
> I have been receiving this error when testing my output, I wanted to ask
> what this means?
...
> sort: /tmp/Qsort.stdout.25206:206: disorder:
> and
>
> 1c1
> < 1024 8121 45252
> ---
> > 1024 8326 46687
> Error: STDERR should be empty
> 0 point 303. Medium length file (Test #105)
The first line means that the output from Qsort was not
in sorted order.
The second group means that the output from Qsort was
not the same size as the input (the number of lines
was the same but the number of words and characters was
larger).
If you run
% ./Qsort /c/cs223/Hwk4/Tests/f1024 | more
you will see what is wrong.
--Stan-
PREV
INDEX
NEXT