CSc 445 Introduction to Algorithms [ Announcements | Notes and Slides | Homeworks | Discussion Section Problems | Web Resources ]


CSc 445 Introduction to Algorithms

Instructions and Materials for the Final





Time and place MonWed 4:30-5:45, Gould Simpson 906
Instructor Alon Efrat
alon at cs.arizona.edu
Gould-Simpson 747
(520) 626-8047
Assistants Lei Ding
dinglei at cs.arizona.edu
Gould-Simpson 721

Joe Fowler
jfowler at cs.arizona.edu
Gould-Simpson 721-B

Bengu Li
libengu at cs.arizona.edu
Gould-Simpson 718
(520)621-2759

Office hours
Monday:
Monday:
Tuesday:
Wednesday:
Wednesday:
Thursday:
Friday:
1:30 pm --
3:00 pm --
11:00 am --
12:00 pm --
3:15 pm --
3:30 pm --
1:00 pm --
2:35 pm,
4:15 pm,
12:15 pm,
1:15 pm,
4:30 pm,
4:45 pm,
3:30 pm,
Gould-Simpson 742
Gould-Simpson 718
Gould-Simpson 721-B
Gould-Simpson 721-B
Gould-Simpson 737
Gould-Simpson 718
Gould-Simpson 721
(Alon)
(Bengu)
(Joe)
(Joe)
(Alon)
(Bengu)
(Lei)
Description After a short illustration of algorithm design and analysis, the course begins by reviewing basic analysis techniques (approximating functions asymptotically, bounding sums, and solving recurrences). We then study problems that are efficiently solvable, focusing on basic design techniques (divide-and-conquer, dynamic programming, greed, and amortization), graph algorithms (minimum spanning trees, shortest paths, maximum flow and stable marriage), string algorithms (on- and off-line string matching), and geometric algorithms (convex hull, line sweep and closest point-pair). We conclude with techniques for dealing with approximation algorithms and branch-and-bound algorithms.

The emphasis is on learning algorithm design (the ability to synthesize correct and efficient procedures for new combinatorial problems), acquiring an algorithm repertoire (a toolbox of classic algorithms for well-solved problems), and applying algorithm reduction (the ability to reduce new problems to known problems from your repertoire). These skills are developed through written assignments containing challenging exercises.

Prerequisites CSc 342, and CSc 344.
Required text Thomas H. Cormen, Charles E. Leiserson, Ron L. Rivest, and Clifford Stein,
Introduction to Algorithms, second edition,
McGraw-Hill, Boston, 2001.
Optional text Steven S. Skiena,
The Algorithm Design Manual,
Springer-Verlag, New York, 1998.
Reserved books Both texts will be put on reserve in the Main Library.
Other resources
Syllabus Click Here
Schedule There are two exams.
  • Midterm: on March 8, during class time.
  • Final: May 8, 2006 from 5 to 7:00pm in GS 906
Grading
         
46%   Homeworks grade
20%   MidTerm exam grade
20%   Final exam grade
11%   Max( MidTerm exam grade, Final exam grade )
3%   Class participation
Policies On homework, you may discuss general ideas with friends, but your solutions must be written up separately and represent individual work. Use of solutions from previous offerings of the course is not permitted. Homework is due at the start of class; homework turned in once class begins is not accepted.

When you turn in solutions to homeworks and exams, write only on one side of the paper, and staple your pages together. Neatness, and especially conciseness, is required to earn the highest marks. If you cannot solve a problem, state this in your write-up, and write down only what you know to be correct; rambling at length about ideas that don't quite work may cause additional points to be deducted.

The attendance policy is that you are allowed one unexcused absence in the first week, two unexcused absences in the first four weeks, and four unexcused absences in the first eight weeks. On exceeding these limits, you may be dropped from class. Roll is taken at the start of class with a sign-in sheet; if your signature is not on the roll sheet, it counts as an absence.

Homeworks There are about seven homeworks, the last of which is optional. Homework will be given roughly after the conclusion of each of the chapters.
Honor projects Any students (including non-honors) can commit to be involved in a research project. The grade of the project would substitute 20% of the final grade, and the student can skip 4 of the homeworks. More information is given in class.
Distributions

The scores can be found here. The summary of the scores can be found here.

ListServ csc445 at listserv.arizona.edu. The mailing list is used for class announcements from Instructor and TAs. For help in subscribing with the mailing list, Click Here
Newsgroup cs.course445. The course newsgroup should be used for questions of general interest. For help in reading and posting news. Click Here
Announcements:




[ Top | Department ]

March 31, 2006