Make sure that you are using a Unix environment (e.g., attu.cs.washington.edu or OSX) or git bash for Windows for this exercise.
Clone the following Git repository: https://bitbucket.org/rjust/delta-debugging (Clone the repo into a directory whose absolute path does not contain any white spaces.)
In the top-level directory (delta-debugging
), run:
perl mysort.pl passing.txt
perl mysort.pl failing.txt
(does not terminate; use ctrl-c to interrupt)