PREV INDEX NEXT

Author: Unknown
Subject: Problem with sorting f007
Date: Tuesday, 31 Mar 2020, 14:01:59

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?
PREV INDEX NEXT