|
CS 241: Data Organization using C Computer Science Department University of New Mexico Fall 2008 |
|
Instructor:
Joel Castellanos
Department of Computer Science
e-mail: joel@unm.edu
phone: 505-277-7146
Office: Farris Engineering Center (FEC) 321
Building #119 in section I-2 of the
campus map.
Office hours (Spring 2009):
Mon & Wed: 10:30-11:30 AM
Tues & Thurs: 8:00-9:00 AM and by appointment
Project 1:Postfix Calculator
Project 1.5:Postfix Calculator
Project 2:Cipher
Project 3: Doubly Linked List
Project 4: Linked List with Memory Reuse
Project 5: Maze Generator
Project 6: Red-Black Tree
Final Exam: Genetic Salesperson
**Updated May 10, 8:42PM** descoped the project grading and added some examples for
representing a genome.**Updated May 8, 11:28** added edgeCount to the node struct. Even though this can be found by counting the halfEdges to a NULL is reached, I found it useful to have at the ready when building random genomes.
**Updated May 8, 11:48** moved struct definitions from here to geneticTest.h
**Updated May 10, 5:16** Fixed bug that would list cities with a linefeed at the end as different from the same name city without the linefeed.