270 likes | 284 Views
Explore the Greedy Strategy, Exchange Property, and Self-Reducible Optimality in solving the Activity Selection Problem using mathematical models. Understand the significance and proof of optimality in the context of Huffman Codes and Binary Tree Representation. Learn about the concept of the Minimum Spanning Tree and practical applications of the Greedy Algorithm. Discover the structural and exchange properties of optimal solutions. Puzzle solutions and insights shared.
E N D
0 1 0 1 1 0 1 0 1 0
0 1 0 1 1 0 1 0 1 0
0 1 0 1 1 0 1 0 0 1
What we learnt in this lecture? • How to find greedy algorithm. Exchange property. Structural Property of Optimal Solution Self-reducible optimality.
Solution 1 Solution 2
Thanks End