Fun with Algorithms
Dr. Ayan Nandy
Some interesting and important real life problems like interval scheduling, Data Compression, Subset Sum and Knapsack Problem will be introduced. Some of these problems can be solved using greedy algorithms (unweighted interval scheduling, data compression by Huffman encoding) and dynamic programming (weighted interval scheduling, Subset Sum, Knapsack Problem).
Who will benefit
Anyone who studied Mathematics till Class X and enjoyed solving problems