Algorithms Exam Contents
- Exam.pdf - The text portion of this exam.
- Results.xls - Data and graphs about the step count of the Convex Hull and Partition programs.
Convex Hull program
Partition Problem program
- multi.pl - The Partition Problem program.
- multi log.txt - The log step counts from multiset.pl runs.
- batchbuilder.pl - A script that generates multi.bat.
- multi.bat - A batch that runs multiset.pl 1000 times.
- linebreaker.pl - A script that puts a newline in the log so that it's all formatted for excel.
Roster program
Huffman Encoder
LZW Encoder
- LZW.pl - A program that compresses files using the LZW algorithm.
- unLZW.pl - A program that decompresses files using the LZW algorithm.
- Lorem.txt - A Lorem ipsum input file, the same one as in the Huffman directory.
- IpsumLZW.bin - The output from the sample file.