Agenda for Today To understand the notion of algorithm strategies To study the approaches of various algorithm paradigm Brute force Greedy algorithms Divide-and-conquer, decrease-and-conquer Dynamic programming Transform-and-conquer Backtracking and branch-and-bound Genetic algorithms Conclusion Refer to book and other course materials for more details 2