Posted by Pete on July 30, 2000 at 17:25:03:
For those of you who want a good test file to test you list structure and add/delay/remove functionality. I've posted one on the site, called longlist.txt.
This is not considered a stress test. Well-written linked-list code should be able to handle virtually infinite length. This file adds 1000 flights, delays 500, and then removes 997. No tricks - very strightforward.
Also, understand that this is not the test file I will be using when I grade your work; my test file may be longer or shorter. In other words, using an extremely large array won't work. You have to use a linked list.
Also, remember - if your code doesn't compile or doesn't work correctly, you can still get some credit for documentation, layout, etc. if you submit. You can also submit up to 24 hours late for a 20 point penalty.
-pete