CS 6363-0U1: Computer Algorithms
 ECSS 2.305... Summer 2008 ...... TR 10:00 -- 12:30

Instructor: R. Chandrasekaran
Office: ECSN 4.622 ( Please Note that this is in the OLD building!!!)

 Phone: (972) 883-2032 
Office Hours: W: 3:00 -- 5:00
URL: http://www.utdallas.edu/~chandra
email: see the above web page

Teaching Assistant:
Office & Hours:

email:

Textbook: ``Introduction to Algorithms, (Second Edition)'' by T.H. Cormen, C.E. Leiserson, R.L. Rivest, and Clifford Stein.

Prerequisites: CS 5343 or equivalent (Data structures and algorithms): Abstract data types: lists, stacks, queues, trees, search trees. Hashing. Priority queues: heaps. Sorting and searching. Graphs: representation and algorithms.

Course Objectives: Study efficient algorithms for a number of fundamental problems, learn techniques for designing algorithms using appropriate data structures, prove correctness and analyze running times of algorithms, .

Topics: Recurrence relations, Order notation. Divide and conquer, greedy methods, lower bounds, dynamic programming, linear programming, and inductive algorithms. Graph algorithms: Search techniques: DFS and BFS, Minimum spanning trees, Shortest path problems, Maximum flow problems, Matching, NP-completeness, Reductions.

Grades: Assignments -10%; Exam I (45%); ( Exam II - (45%)

There will be no programming assignments.

Student Responsibilities: