Skip to main content
22lin04
22lin04
Articles
CUPK Algo Course Guide
Algo_note
projects
About Me
English
简体中文
Algo Course Guide
GALA-Lin
4/23/25
Less than 1 minute
Algo Course Guide
Catalog
Homework1
Homework2
Homework3
Homework4
Homework5
PDF Test
Algo Course Guide
2024-2025 Spring Semester Algorithm Design and Analysis Course Guide Column
Final Exam Essay Questions
1.What is an algorithm? What are the characteristics of an algorithm?
2.Matrix Chain Multiplication: Required to write the s[i,j] table (split points), m[i,j] table (minimum number of multiplications), calculate the minimum multiplication count for specific segments, and derive the optimal parenthesization for chain multiplication.
3.Flow Shop Scheduling Problem
4.0-1 Knapsack Problem
5.Examples of Greedy Algorithms
Prev
22lin04
Next
Algo_note