/********************************************************************** * readme template * Dynamic Programming **********************************************************************/ Name: PennKey: Recitation: Hours to complete assignment (optional): /********************************************************************** * Explain what you did to find the alignment itself. **********************************************************************/ /********************************************************************** * How much main memory does your computer have? Typical answers * are 2GB and 4GB. If your machine has 512MB or less, use a lab * machine for this question and the remainder of the readme questions. **********************************************************************/ /********************************************************************** * What additional test data did you create to test your program * for special cases? (At least one set of test data required) And * how did you test for correctness? **********************************************************************/ /********************************************************************** * For each data file, fill in the edit distance computed by your * program and the amount of time it takes to compute it. If your * program cannot execute a particular data file on your system * because of insufficient memory (likely for 10000 and 20000, * just write "insufficient memory" **********************************************************************/ data file distance time (seconds) ------------------------------------------------- ecoli5000.txt ecoli7000.txt ecoli10000.txt ecoli20000.txt /********************************************************************** * List the Stitcher commands for running the test cases you submit **********************************************************************/ /********************************************************************** * List whatever help (if any) that you received **********************************************************************/ /********************************************************************** * Describe any serious problems you encountered. **********************************************************************/ /********************************************************************** * List any other comments here. Feel free to provide any feedback * on how much you learned from doing the assignment, and whether * you enjoyed doing it. **********************************************************************/