CSCE350: Data Structures and Algorithms

Fall 2008

General Information


Announcements

 

 

 

 

 

 

 

 

 

 

I put a simple script named ‘page6’ in the departmental Unix/Linux workstations under the same directory where the slides are put. You can use it to convert one-slide-per-page PDF file into six-slide-per-page PDF file. For example, if you want to convert “lect1.pdf,” you need to do the following

1.      copy files ‘lect1.pdf’ and ‘page6’ to your home directory in the Unix/Linux workstation

2.      run ‘chmod 777 page6’ in your home directory to set this script executable

3.      run ‘./page6 lect1’ to convert ‘lect1.pdf’

The six-slide-per-page PDF file may be of much lower resolution.

 

 

Homework

 

Quizzes

Exams

Supplemental Materials

·        Useful formulas used in theoretic computer science (PDF)

·        Notes on Solving Recurrence Relations, by Jeff Erickson (PDF)