Algorithms

CSc 22000

Monday, Wednesday ,Thursday, 10:30am-12:10pm, room 6111


Home
Syllabus
Assignments
Notices


  • 7/29/2004
    The grades for final exam and final grades for course are here.
     
  • 7/27/2004
    The homeworks 15-16 grades (points) are posted.
    And here is the link to all your results up to date. With pointes and appropriate grades (using grade ranges).

    Reminders:
    1. The exam is open book and you can bring two letter size pieces of paper with your notes. Other materials are prohibited.
    2. The programming assignment due date was extended to Tuesday, July 27, till 8pm.
     
  • 7/24/2004
    The results for HW13-14 are posted. Some solutions to homeworks are posted. And solution of 22.4-1 (HW11) is added.
    Solutions of practice problems: 2, 3, 4.
     
  • 7/22/2004
    practice problems for Final Exam.
     
  • 7/22/2004
    The homework 7 grade range is changed. The results of HW11-12 are posted.
    The Final Exam (July, 28) will cover the following chapters:
    (new book) 13, 15, 16, 22, 23, 24, 26
    (old book)  14, 16, 17, 23, 24, 25, 27
         
  • 7/19/2004
    I'm posting the third and the last programming assignment for our course: see assignments page
         
  • 7/18/2004
    Grades for homeworks 8-10 are posted here.
    programming assignments results are also available.
     
  • 7/08/2004
    some solutions to HW7 are posted: pdf.
     
  • 7/05/2004
    the solutions to Midterm exam: pdf.
    mt1.jpg     mt3.jpg     mt6.jpg     mt7.jpg
     
  • 7/03/2004
    In the light of the approaching last withdrawal date (June 6) I post the grades (points) and the grades' ranges here.
    Syllabus is updated.
     
  • 7/01/2004
    Midterm grades are available here.
     
  • 6/29/2004
    the recurrence in problem 1 (practice problems) is corrected (to T(n) = T(n-1) + 2T(n-2) and \Omega(2n)).
    And there is a typo in solution of problem 2 - the answer should be O(n22log3n).
     
  • 6/29/2004
    some solutions for HW1,2,4,5, and 6 are posted (see the assignments page).
     
  • 6/27/2004
    solutions for HW3 are posted (see the assignment page).
     
  • Midterm exam
    practice problems: pdf - the complete set of problems
    answers to the practice problems: pdf
    6.jpg (the answer for the Problem 6, practice problems)
    2.jpg (the solution for the Problem 2, practice problems) - there is a typo in the answer - it should be O(n22log3n).
    solutions to the practice problems: pdf

    the midterm exam will cover the following chapters:
    old book: Chapters 1, 2, 3, 4, 5, 7, 8, 9, 13
    new book: Chapters 1, 2, 3, 4, 6, 7, 8, 12, Appendix A, B

    It will be open book and you can also bring two Letter size sheets with notes. No other materials are permited.
     
  • 6/23/2004 Plan for the next few weeks:
    Thursday,   June 24 - Lecture (HW 9)
    --
    Monday,    June 28 - preparation for the midterm examination (no homework assignment)
    Wednesday, June 30 - Midterm Exam (no homework assignment)
    Thursday, July 1 - Lecture (HW 10), the due date for homework #7
    --
    Monday,    July 5 -no classes
    Wednesday, July 7 - Lecture (HW 11)
    Thursday,  July 8 - Lecture (HW 12), the due date for homeworks #8,9