Variations for spanning trees
暂无分享,去创建一个
Coursebooks discussing graph algorithms usually have a chapter on minimum spanning trees. It usually contains Prim’s and Kruskal’s algorithms [1, 2] but often lacks other applications. This type of problem is rarely present at informatics competitions or in tests in secondary or higher level informatics education This article is aimed at describing some competition tasks that help us prove that the application of the above algorithms are well-suited for both competition and evaluation purposes.
[1] Philippe Flajolet,et al. Analysis of algorithms , 2000, Random Struct. Algorithms.
[2] Ronald L. Rivest,et al. Introduction to Algorithms , 1990 .