Minimum spanning trees
-
Chương 4 trình bày về bài toán cây khung nhỏ nhất (The minimum spanning tree problem). Nội dung chính gồm có: Cây và các tính chất cơ bản của cây, cây khung của đồ thị, xây dựng tập các chu trình cơ bản của đồ thị, bài toán cây khung nhỏ nhất.
60p dien_vi01 04-10-2018 72 2 Download
-
Bài toán tìm cây khung chi phí định tuyến nhỏ nhất (Minimum Routing Cost Spanning Tree - MRCST) có thể được tìm thấy trong nhiều bài toán thiết kế mạng. Trong trường hợp tổng quát, bài toán MRCST đã được chứng minh là NP- khó. Bài báo này đề xuất thuật toán giải bài toán MRCST được phát triển dựa trên sơ đồ thuật toán bầy ong.
12p binhminhmuatrenngondoithonggio 09-06-2017 148 8 Download
-
Data Structures and Algorithms: Graphs products Data structures for graphs, Graph traversal, Depth-first search, Breadth-first search, Directed graphs, Shortest paths, Dijkstra's Algorithm, Minimum spanning trees.
104p maiyeumaiyeu23 07-12-2016 74 2 Download
-
Lecture Algorithm design - Chapter 4: Greedy Algorithms II include all of the following: Dijkstra's algorithm; minimum spanning trees; Prim, Kruskal, Boruvka; single-link clustering; min-cost arborescences.
64p youcanletgo_03 14-01-2016 47 3 Download
-
The uniform spanning forest (USF) in Zd is the weak limit of random, uniformly chosen, spanning trees in [−n, n]d . Pemantle [11] proved that the USF consists a.s. of a single tree if and only if d ≤ 4. We prove that any two components of the USF in Zd are adjacent a.s. if 5 ≤ d ≤ 8, but not if d ≥ 9. More generally, let N (x, y) be the minimum number of edges outside the USF in a path joining x and y in Zd . Then max N (x, y) : x, y ∈ Zd = (d − 1)/4 a.s.
28p tuanloccuoi 04-01-2013 43 7 Download
-
Tuyển tập các báo cáo nghiên cứu khoa học về toán học trên tạp chí toán học quốc tế đề tài: The lower tail of the random minimum spanning tree...
4p thulanh6 14-09-2011 93 12 Download
-
Tuyển tập các báo cáo nghiên cứu khoa học trên tạp chí toán học quốc tế đề tài: A note on random minimum length spanning trees...
5p thulanh4 10-09-2011 55 3 Download
-
Given a connected, undirected graph, a spanning tree of that graph is a subgraph that is a tree and connects all the vertices together. A single graph can have many different spanning trees. We can also assign a weight to each edge, which is a number representing how unfavorable it is, and use this to assign a weight to a spanning tree by computing the sum of the weights of the edges in that spanning tree.
97p locnp0209 11-06-2011 154 10 Download