Advanced Algorithms by BMS College of Engineering
This PDF deals with some advanced topics in the design of algorithms,
focusing on Dynamic Programming. The application domains of DP are
discussed and cover classic problems, including Matrix Chain
Multiplication, that is, finding an optimal order to multiply many
matrices, and Rod Cutting, which is just a typical 4-inch rod
problem. Its notes include insights into the steps of DP, its
recursive tree structures, and problem-solving through the bottom-up
approach. The wide de-balcony of these topics helps the reader
understand how DP can be applied to a variety of optimization
problems and demonstrates both theoretical and practical aspects of
algorithm design.
Author(s): BMS College of
Engineering
152 Pages