[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-86230-en":3,"doc-seo-86230-105":30,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":21,"is_downloadable":21,"audit_status":21,"page_count":22,"language":23,"language_code":24,"site_id":25,"html_lang":24,"table_of_contents":26,"faqs":27,"seo_title":13,"seo_description":14,"update_tm":28,"read_time":29},86230,1374391974585,"Genevieve","https://ap-avatar.wpscdn.com/davatar_276721f389ce27ea32af1340a28f341c",8,"Research & Report","Minimum Degree Spanning Tree (1+ε,1)-Approximation in Near-Linear Time","Minimum Degree Spanning Tree (MDST) is a classic NP-hard problem where the goal is to minimize the maximum vertex degree in a spanning tree. While near-optimal additive guarantees were known since the early 1990s, obtaining comparably strong degree bounds in near-linear time remained open for decades. This work presents a first near-linear-time algorithm computing a spanning tree with maximum degree ⌈(1+ε)Δ*⌉+1 in O(m/ε^2) time, improving prior near-linear constructions. It also yields an O(mn^{2/3}) bound for degree Δ*+1, advancing the state of the art.","arXiv :2607 . 1 14 13v 1 [ cs .DS] 13 Jul 2026  \nMinimum Degree Spanning Tree:  \n(1 + ε,1)-Approximation in Near-Linear Time  \nSayan Bhattacharya∗ Ermiya Farokhnejad† Thatchaphol Saranurak‡  \nHaoze Wang§  \nAbstract  \nThe minimum degree spanning tree problem is a classic NP-hard problem whose optimal approxim˜ation guarantee was established since the early 1990s: F¨urer and Raghavachari [FR92]  \ngave an O (mn)-time algorithm that computes a spanning tree with maximum degree ∆⋆ + 1, where ∆⋆ denotes the optimum value. Whether similarly strong guarantees can be achieved in near-linear time has remained open for over three decades.  \nWe give the first near-lin˜ ear-time algorithm that computes a spanning tree with maximum  \ndegree ⌈(1 + ε)∆⋆⌉ + 1 in O(m/ε2 ) time. Prior near-linear-time algorithms either achieved the weaker bound ⌈(1 + ε)∆⋆⌉ + O(log n/ε2 ) [DHZ20] or required dense graphs with m ≥ n7/4 [CQT21, BFW26] .  \nUsing the same fram˜ework, our algorithm can also compute a sp˜ anning tree with maxi  \nmum degree ∆⋆ + 1 in O (mn2/3) time, improving upon the recent O (mn3/4)-time algorithm of [BFW26] . These two results strictly improve all previous construction algorithms for the minimum degree spanning tree problem.  \n∗ University of Warwick, UK.  \n†University of Warwick, UK.  \n‡University of Michigan, [USA.](USA. thsa@umich.edu. Supported)[ thsa@umich.edu](USA. thsa@umich.edu. Supported)[. Supported](USA. thsa@umich.edu. Supported) by NSF Grant CCF-2238138 and a Sloan Fellowship.  \n§ Peking University, China.  \nContents  \n1 Introduction 1  \nI Extended Abstract 3  \n2 Notations and Preliminaries 3  \n3 Our Framework 4  \n4 Basic Building Blocks 4  \n5 Our Algorithmic Template 7  \n5.1 A Key Subroutine: Applying an Effective Edge ..................... 7  \n5.2 High-Level Description of Our Algorithm ........................ 9  \n6 Searching for Augmenting Chains 10  \n6.1 Description of the Subroutine Find-Chain (h,(u, v)) .................. 10  \n6.2 Backward-Search ...................................... 10  \n6.3 Correctness of the Find-Chain Subroutine ........................ 11  \n7 Analysis 12  \n7.1 A Potential Function: Tail Independent Stable t-Chains ................ 13  \n7.2 Geometric Expansion of the Potential: Proving Property 2 of Lemma 7.7 ...... 14  \n7.3 Running Time Analysis .................................. 17  \nII Full Version 18  \n8 Introduction 18  \n8.1 Basic Notations ....................................... 18  \n8.2 The Main Subroutines ................................... 19  \n8.3 Concluding Main Results ................................. 19  \n9 Building Blocks 19  \n9.1 Reducible vs Non-Reducible Nodes ............................ 20  \n9.2 Configuration and Related Objects ............................ 20  \n9.3 Augmenting Chains as Black Box ............................. 21  \n10 Overview of Our Algorithm for Lemma 8.1 22  \n10.1 Applying Effective Edges ................................. 22  \n10.2 Description of the Algorithm for Lemma 8.1 ....................... 23  \n11 Augmenting Chains 24  \n11.1 Augmenting Chain and Its Application .......................... 24  \n11.2 Applying an Augmenting Chain to a Configuration ................... 25  \n12 Find-Chain Subroutine 27  \n12.1 Description of Find-Chain ................................. 27  \n12.2 Backward-Search ...................................... 28  \n12.3 Correctness of Find-Chain ................................. 30  \n13 Analysis 31  \n13.1 Correctness ......................................... 31  \n13.2 Number of Components of the Final Forest ....................... 31  \n13.3 Proof of Lemma 13.7: Part (i) ............................... 33  \n13.4 Proof of Lemma 13.7: Part (ii) .............................. 33  \n13.5 Deferred Proofs ....................................... 39  \n14 Running Time Analysis: Implementation Details 46  \n14.1 Main Data Structures ................................... 46  \n14.2 Implementing Round t ................................... 47  \n14","cbCainTw2Uv0saOT","https://ap.wps.com/l/cbCainTw2Uv0saOT","pdf",773342,3,1,65,"English","en",105,"# Introduction\n# Extended Abstract\n# Notations and Preliminaries\n# Our Framework\n# Basic Building Blocks\n# Our Algorithmic Template\n## A Key Subroutine: Applying an Effective Edge\n## High-Level Description of Our Algorithm\n# Searching for Augmenting Chains\n## Find-Chain Subroutine (Description)\n## Backward-Search\n## Correctness of Find-Chain\n# Analysis\n## Potential Function and Running Time Analysis\n# Full Version (Main Sections)","[{\"question\":\"What problem does the paper address?\",\"answer\":\"The paper studies the Minimum Degree Spanning Tree (MDST) problem, which seeks a spanning tree minimizing the maximum degree among all vertices in an undirected connected graph.\"},{\"question\":\"What near-linear approximation guarantee is achieved?\",\"answer\":\"It provides a near-linear-time algorithm that outputs a spanning tree whose maximum degree is ⌈(1+ε)Δ*⌉+1 with runtime O(m/ε^2), where Δ* is the optimal maximum degree.\"},{\"question\":\"How does the algorithm further improve results beyond the main approximation bound?\",\"answer\":\"Using the same framework, it also constructs a spanning tree with maximum degree Δ*+1 in O(mn^{2/3}) time, improving upon a prior O(mn^{3/4})-time algorithm.\"}]",1784209655,164,{"code":4,"msg":31,"data":32},"ok",{"site_id":25,"language":24,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":28},"minimum-degree-spanning-tree-11-approximation-in-near-linear-time","",{"@graph":36,"@context":85},[37,53,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,50],{"item":41,"name":42,"@type":43,"position":21},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":20},"https://docshare.wps.com/document/research-report/",{"item":51,"name":13,"@type":43,"position":52},"https://docshare.wps.com/document/minimum-degree-spanning-tree-11-approximation-in-near-linear-time/86230/",4,{"url":51,"name":13,"@type":54,"author":55,"headline":13,"publisher":57,"fileFormat":60,"inLanguage":24,"description":14,"dateModified":61,"datePublished":62,"encodingFormat":60,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":56},"Person",{"url":41,"name":58,"@type":59},"DocShare","Organization","application/pdf","2026-07-25","2026-07-16",true,{"@type":65,"interactionType":66,"userInteractionCount":20},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"What problem does the paper address?","Question",{"text":75,"@type":76},"The paper studies the Minimum Degree Spanning Tree (MDST) problem, which seeks a spanning tree minimizing the maximum degree among all vertices in an undirected connected graph.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"What near-linear approximation guarantee is achieved?",{"text":80,"@type":76},"It provides a near-linear-time algorithm that outputs a spanning tree whose maximum degree is ⌈(1+ε)Δ*⌉+1 with runtime O(m/ε^2), where Δ* is the optimal maximum degree.",{"name":82,"@type":73,"acceptedAnswer":83},"How does the algorithm further improve results beyond the main approximation bound?",{"text":84,"@type":76},"Using the same framework, it also constructs a spanning tree with maximum degree Δ*+1 in O(mn^{2/3}) time, improving upon a prior O(mn^{3/4})-time algorithm.","https://schema.org",{"og:url":51,"og:type":87,"og:title":13,"og:site_name":58,"og:description":14},"article",{"robots":89,"canonical":51},"index,follow",{"doc_id":7,"site_id":25},{"code":4,"msg":5,"data":92},[93,97,101,105,110,115,120,123,128,131,135],{"id":21,"doc_module":4,"doc_module_name":46,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":52,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":111,"doc_module":4,"doc_module_name":46,"category_name":112,"show_sort_weight":113,"slug":114},6,"Technology",50,"technology",{"id":116,"doc_module":4,"doc_module_name":46,"category_name":117,"show_sort_weight":118,"slug":119},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":121,"slug":122},30,"research-report",{"id":124,"doc_module":4,"doc_module_name":46,"category_name":125,"show_sort_weight":126,"slug":127},9,"Religion & Spirituality",20,"religion-spirituality",{"id":126,"doc_module":4,"doc_module_name":46,"category_name":129,"show_sort_weight":126,"slug":130},"World Cup","world-cup",{"id":132,"doc_module":4,"doc_module_name":46,"category_name":133,"show_sort_weight":132,"slug":134},10,"Lifestyle","lifestyle",{"id":136,"doc_module":4,"doc_module_name":46,"category_name":137,"show_sort_weight":106,"slug":138},19,"General","general"]