Treffer: 'Algorithm Analysis and Design' Python Teaching Example of Greedy and Dynamic Programming
Title:
'Algorithm Analysis and Design' Python Teaching Example of Greedy and Dynamic Programming
Authors:
Source:
Frontiers in Computing and Intelligent Systems. 6:52-54
Publisher Information:
Darcy & Roy Press Co. Ltd., 2023.
Publication Year:
2023
Document Type:
Fachzeitschrift
Article
ISSN:
2832-6024
DOI:
10.54097/fcis.v6i2.11
Rights:
CC BY
Accession Number:
edsair.doi...........7414cb5c4b3d3bae9155da73cff61ed2
Database:
OpenAIRE
Weitere Informationen
The greedy algorithm and dynamic programming algorithm have always been difficult for students to understand in the course of algorithm analysis and design. This article uses Python as a descriptive language and selects classic examples of greedy and dynamic programming algorithms to analyze these two algorithms in detail, providing effective references for learning the Python language.