Presentation is loading. Please wait.

Presentation is loading. Please wait.

Lecture 30 CSE 331 Nov 13, 2009. To be strictly enforced For the rest of the semester on Fridays SUBMIT your HOMEWORKS by 1:10 PM.

Similar presentations


Presentation on theme: "Lecture 30 CSE 331 Nov 13, 2009. To be strictly enforced For the rest of the semester on Fridays SUBMIT your HOMEWORKS by 1:10 PM."— Presentation transcript:

1 Lecture 30 CSE 331 Nov 13, 2009

2 To be strictly enforced For the rest of the semester on Fridays SUBMIT your HOMEWORKS by 1:10 PM

3 At the end of the lecture Graded HW 7 and HW 9

4 On Jaynee’s order Reminder: Resignation deadline is today

5 Divide and Conquer Divide up the problem into at least two sub-problems Recursively solve the sub-problems “Patch up” the solutions to the sub-problems for the final solution

6 Improvements on a smaller scale Greedy algorithms: exponential  poly time Divide and Conquer: O(n 2 )  asymptotically smaller running time

7 Multiplying two numbers Given two numbers a and b as binary a=(a n-1,..,a 0 ) and b = (b n-1,…,b 0 ) Compute c = a x b Running time of primary school algorithm?

8 To be strictly enforced For the rest of the semester on Fridays SUBMIT your HOMEWORKS by 1:10 PM


Download ppt "Lecture 30 CSE 331 Nov 13, 2009. To be strictly enforced For the rest of the semester on Fridays SUBMIT your HOMEWORKS by 1:10 PM."

Similar presentations


Ads by Google