CPSC 316
HOMEWORK AND PROGRAMS

    Project 0 - Command-Line
    Programming and the Linux
    Environment
        Description, helloC, helloH,
        mainC

    Analysis Tools HW
    Due in-class September 26

    Project 1 - Palindromes
    Due October 24
        Description, makefile,
        PalindromeI, PalindromeR,
        test_palindrome

    Heaps HW
    Due in-class October 31

    Project 2 - Huffman code trees
    Due November 14
        Description, makefile,
        Heap, HNode, Huffman,
        test_huffman
    Incomplete files:
        HNode, Huffman

    Project 3 - Not Quite MapQuest
    Due December 8
        Description, makefile,
        Digraph, data file, big data file,
        test_dijkstra
    Incomplete files:
        Digraph