algorithm lecture23

21
Algorithms Lecture #23 Dr.Sohail Aslam

Upload: university-of-central-punjab

Post on 14-May-2015

85 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Algorithm lecture23

AlgorithmsLecture #23

Dr.Sohail Aslam

Page 2: Algorithm lecture23

Greedy Algorithm

Page 3: Algorithm lecture23

Optimization Problems

Page 4: Algorithm lecture23

Optimization Problems

Page 5: Algorithm lecture23

Optimization Problems

Page 6: Algorithm lecture23

Example: Counting Money

Page 7: Algorithm lecture23

Example: Counting Money

Page 8: Algorithm lecture23

Coin Change

Page 9: Algorithm lecture23

Example: Counting Money

Page 10: Algorithm lecture23

A failure of the Greedy Algorithm

Page 11: Algorithm lecture23

A failure of the Greedy Algorithm

Page 12: Algorithm lecture23

Greedy Algorithm for Coin Change

Page 13: Algorithm lecture23

Making Change DP Solution

Page 14: Algorithm lecture23

Making Change DP Solution

Page 15: Algorithm lecture23

Making Change DP Solution

Page 16: Algorithm lecture23

DP Algorithm for Making Change

Page 17: Algorithm lecture23

DP Algorithm for Making Change

Page 18: Algorithm lecture23

DP Algorithm for Making Change

Page 19: Algorithm lecture23

Complexity of Coin Change

Page 20: Algorithm lecture23

Coin Change

Page 21: Algorithm lecture23

Design and Analysis

of

Algorithms