Patricia Tree test files. These will be the files with which your programs will be tested. Check them against the output files by running the diff utility. Remember that output files should be named INPUTFILENAME.out.
Test file 1 (ptest1): the works. Tests insert, delete (all 3 cases), search and print. No input errors. Answer file 1 (ptest1.ans).
Test file 2 (ptestinsert): input only. Tests insert, search and print. No input errors. Answer file 2 (ptestinsert.ans).
Test file 3 (ptestno3rd): no 3rd case. Tests insert, delete (first 2 cases only), seach and print. No input errors. Answer file 3 (ptestno3rd.ans).
Test file 4 (ptestioerr): input errors galore: Same as test file 2, but with lots of input errors. Answer file 4 (ptestioerr.ans).
Test file 5: the secret one. Just to keep you honest.