Skip navigation

DSpace

機構典藏 DSpace 系統致力於保存各式數位資料(如:文字、圖片、PDF)並使其易於取用。

點此認識 DSpace
DSpace logo
English
中文
  • 瀏覽論文
    • 校院系所
    • 出版年
    • 作者
    • 標題
    • 關鍵字
    • 指導教授
  • 搜尋 TDR
  • 授權 Q&A
    • 我的頁面
    • 接受 E-mail 通知
    • 編輯個人資料
  1. NTU Theses and Dissertations Repository
  2. 電機資訊學院
  3. 資訊工程學系
請用此 Handle URI 來引用此文件: http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/40264
完整後設資料紀錄
DC 欄位值語言
dc.contributor.advisor趙坤茂
dc.contributor.authorWei-Yang Chenen
dc.contributor.author陳韋仰zh_TW
dc.date.accessioned2021-06-14T16:43:38Z-
dc.date.available2008-08-04
dc.date.copyright2008-08-04
dc.date.issued2008
dc.date.submitted2008-07-30
dc.identifier.citation[1] A.V. Aho, J.E. Hopcroft and J.D. Ullman, On computing least common ancestors in trees,
SIAM Journal on Computing, 5, 115-132, 1976.
[2] R.K. Ahuja, K. Mehlhorn, J.B. Orlin and R.E. Tarjan, Faster algorithms for the shortest
path problem, Journal of the ACM, 37(2), 213-223, 1990.
[3] A. Bhosle, Improved algorithms for replacement paths problems in restricted graphs, Op-
erations Research Letters, 33(5), 459-466, 2005.
[4] T.M. Chan, All-pairs shortest pairs with real weights in O(n3= log n) time, Algorithmica,
50(2), 236-243, 2008.
[5] H.W. Corley and D.Y. Sha, Most vital links and nodes in weighted networks, Operations
Research Letters, 1(4), 157-161, 1982.
[6] T.T. Cormen, C.E. Leiserson and R.L. Rivest, Introduction to Algorithms, MIT Press,
Cambridge, Massachusetts, 1990.
[7] R.B. Dial, Shortest-path forest with topological ordering, Communications of the ACM,
12(11), 632-633, 1969.
[8] H.N. Gabow, Scaling algorithms for network problems, Journal of Computer and System
Sciences, 31(2), 148-168, 1985.
[9] M.X. Goemans, Advanced algorithms, network
ows, Cambridge, Massachusetts: MIT
Laboratory for Computer Science, 1994.
[10] J. Hershberger, S. Suri and A. Bhosle, On the di culty of some shortest path problems,
ACM Transactions on Algorithms, 3(1), Article 5, 2007.
[11] K. Iwano and N. Katoh, E cient algorithms for nding the most vital edge of a minimum
spanning tree, Information Processing Letters, 48(5), 211-213, 1993.
[12] D. Johnson, A priority queue in which initialization and queue operations take O(log logD)
time, Mathematical Systems Theory, 15(1), 295-309, 1982.
[13] K. Malik, A.K. Mittal and S.K. Gupta, The k most vital arcs in the shortest path problem,
Operations Research Letters, 8(4), 223-227, 1989.
[14] K. Malik, A.K. Mittal and S.K. Gupta, Erratum: The k most vital arcs in the shortest
path problem, Operations Research Letters, 9, 283, 1990.
[15] E. Nardelli, G. Proietti and P. Widmayer, A faster computation of the most vital edge of
a shortest path between two nodes, Information Processing Letters, 79(2), 81-85, 2001.
[16] E. Nardelli, G. Proietti and P. Widmayer, Swapping a failing edge of a single source
shortest paths tree is good and fast, Algorithmica, 35(1), 56-74, 2003.
[17] R.E. Tarjan, Applications of path compression on balanced trees, Journal of the ACM,
26(4), 690-715, 1979.
[18] R.E. Tarjan, Sensitivity analysis of minimum spanning trees and shortest path trees, In-
formation Processing Letters, 14(1), 30-33, 1982.
[19] M. Thorup, Floats, integers, and single source shortest paths, Journal of Algorithms, 35(2),
189-201, 2000.
[20] S. Venema, H. Shen and F. Suraweera, NC algorithms for the single most vital edge problem
with respect to shortest paths, Information Processing Letters, 60(5), 243-248, 1996.
[21] S. Venema, H. Shen and F. Suraweera, NC algorithms for the single most vital edge problem
with respect to all pairs shortest paths, Parallel Processing Letters, 10(1), 51-58, 2000.
[22] B.Y. Wu, C.Y. Hsiao and K.M. Chao, The swap edges of a multiple-sources routing tree,
Algorithmica, 50(3), 299-311, 2008.
[23] F.L. Yeh, S.M. Tang, Y.L. Wang and T.Y. Ho, The tree longest detour problem in a
biconnected graph, European Journal of Operational Research, 155(3), 631-637, 2004.
dc.identifier.urihttp://tdr.lib.ntu.edu.tw/jspui/handle/123456789/40264-
dc.description.abstract在現今的社會裡,鑑於電腦的發展快速及網路的便利性,網路扮演人們生活中舉足輕重的角色。當只有一個伺服器時,我們會使用較低成本的單一樹根最短路徑樹來連結整個網路,而現實生活中網路的鏈結上難免有失效的風險,因此我們若能知道鏈結各自的重要程度,對於較重要的鏈結能加倍注意,如此一來便能減少可能的損失。在此篇論文中,我們提供了尋找最致命邊的演算法。令圖G 為無向圖,每邊有各自的成本,其為一非負實數。假設s 為圖G 的一個頂點,令樹T為樹根在s 的最短路徑樹,我們定義樹T 的總成本為樹根s 到樹上各頂點的成本總和。如果我們從圖G 中移走某個邊,令此時樹根在s 的最短路徑樹為Tˆ ,則最短路徑樹的最致命邊問題是在尋找圖G 中的某個邊,使得移去該邊後,Tˆ 和T的總成本相差最多。在本篇論文中,我們提供了一個O(mα (m,n) + km + knlogn) 的演算法來尋找最短路徑樹的最致命邊,其中n 和m 分別是圖G 的頂點個數及邊數,而k 是樹T 的內部節點個數。zh_TW
dc.description.abstractSince the development of computers and the expediency of internet, network plays an important role in the life of human beings. If there is only one computer as the server, then we use a single-source shortest-paths tree to connect the network. Maybe some line of communication is broken. Thus if we know the importance for each line, we may reduce the damage by taking care of more important lines. We de ne G = (V;E;w) to be an undirected graph with n vertices and m edges. And there is an non-negative edge weight function w : E ! R+. Let s 2 V and T be the shortest-paths tree rooted at s. We de ne the cost of T to be the total distance from s to all vertices. If we remove some edge from G, there is a substitute shortest-paths tree ^ T.
The most vital edge problem with respect to a shortest-paths tree is to nd an edge in E(G) such that the di erence between the costs of ^ T and T is the largest. In this thesis, we give an algorithm with time complexity O(m (m; n) + km + kn log n), where k is the number of internal nodes of T, and (m; n) is a functional inverse of Ackermann's function.
en
dc.description.provenanceMade available in DSpace on 2021-06-14T16:43:38Z (GMT). No. of bitstreams: 1
ntu-97-R95922132-1.pdf: 393263 bytes, checksum: 9736eff969c253ef06dc7fd7151e1cbc (MD5)
Previous issue date: 2008
en
dc.description.tableofcontents1 Introduction 1
1.1 Motivation 1
1.2 Organization 2
2 Preliminaries and Related Works 3
2.1 Notation and Denitions 3
2.2 The Most Vital Edge Problem of a Shortest-Paths Tree 5
2.3 Transmuter 6
2.4 The Most Vital Edge Problem of Other Cases 8
3 Finding the Most Vital Edge of a Shortest-Paths Tree 13
3.1 Introduction 13
3.2 Computing with Upper Bounds and Lower Bounds 16
3.3 Algorithm and Time Complexity 20
4 Concluding Remarks 30
dc.language.isoen
dc.subject最致命邊zh_TW
dc.subject最短路徑樹zh_TW
dc.subjectthe most vital edgeen
dc.subjectshortest-paths treeen
dc.title計算最短路徑樹的最致命邊zh_TW
dc.titleFinding the Most Vital Edge of a Shortest-Paths Treeen
dc.typeThesis
dc.date.schoolyear96-2
dc.description.degree碩士
dc.contributor.oralexamcommittee徐熊健,吳邦一
dc.subject.keyword最短路徑樹,最致命邊,zh_TW
dc.subject.keywordshortest-paths tree,the most vital edge,en
dc.relation.page34
dc.rights.note有償授權
dc.date.accepted2008-08-01
dc.contributor.author-college電機資訊學院zh_TW
dc.contributor.author-dept資訊工程學研究所zh_TW
顯示於系所單位:資訊工程學系

文件中的檔案:
檔案 大小格式 
ntu-97-1.pdf
  未授權公開取用
384.05 kBAdobe PDF
顯示文件簡單紀錄


系統中的文件,除了特別指名其著作權條款之外,均受到著作權保護,並且保留所有的權利。

社群連結
聯絡資訊
10617臺北市大安區羅斯福路四段1號
No.1 Sec.4, Roosevelt Rd., Taipei, Taiwan, R.O.C. 106
Tel: (02)33662353
Email: ntuetds@ntu.edu.tw
意見箱
相關連結
館藏目錄
國內圖書館整合查詢 MetaCat
臺大學術典藏 NTU Scholars
臺大圖書館數位典藏館
本站聲明
© NTU Library All Rights Reserved