kth.sePublications
Planned maintenance
A system upgrade is planned for 10/12-2024, at 12:00-13:00. During this time DiVA will be unavailable.
CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf
Matchings, Maxflows, Matroids: The Power of Augmenting Paths and Computational Models
KTH, School of Electrical Engineering and Computer Science (EECS), Computer Science, Theoretical Computer Science, TCS.ORCID iD: 0009-0004-0874-2356
2024 (English)Doctoral thesis, comprehensive summary (Other academic)
Abstract [en]

Matchings, Maximum Flow, and Matroid Intersections are fundamental combinatorial optimization problems that have been studied extensively since the inception of computer science. A series of breakthroughs in graph algorithms and continuous optimization in the past decade has led to exciting almost-optimal algorithms for maximum flow and bipartite matching. However, we are still far from fully understanding these problems. First, it remains open how to solve these problems in modern models of computation, such as parallel, dynamic, online, and communication models. Second, as algorithms become more sophisticated in pursuit of efficiency, they often sacrifice simplicity, potentially obscuring valuable combinatorial insights. This raises a fundamental question: can we develop efficient algorithms that maintain the combinatorial nature of these problems, rather than relying on linear algebra and continuous methods?

This thesis returns to the classic augmenting paths framework---the original approach to matchings, maximum flow, and matroid intersection---with the goal of developing new efficient combinatorial algorithms. Our key contributions include the first combinatorial algorithm achieving almost-linear time for maximum flow on dense graphs, and the first subquadratic independence-query algorithm for matroid intersection. For modern computational models, our contributions include an improved online rounding scheme for fractional matching (leading to an optimal online edge coloring algorithm), a resolution of the query and communication complexity for bipartite matching, and the first sublinear-round parallel algorithms for matroid intersection.

Abstract [sv]

Matchningar, Maximala Flöden och Matroidsnitt är grundläggande kombinatoriska optimeringsproblem som har studerats ingående sedan datorvetenskapens början.  En serie genombrott inom grafalgoritmik och kontinuerlig optimering under det senaste årentiondet har lett till imponerande nästan optimala algoritmer för maximalt flöde och bipartit matchning. Vi är dock fortfarande långt ifrån att fullt förstå dessa problem. För det första återstår frågan om hur man kan lösa dessa problem i andra beräkningsmodeller, såsom parallell-, dynamisk-, online- och kommunikationsmodeller. För det andra, när algoritmer blir allt mer sofistikerade i deras effektivitetsträvan, offrar de ofta enkelhet, vilket potentiellt kan dölja värdefulla kombinatoriska insikter. Detta motiverar en grundläggande fråga: kan vi utveckla effektiva algoritmer som bevarar den kombinatoriska karaktären hos dessa problem, istället för att förlita sig på linjär algebra och kontinuerliga metoder?

Denna avhandling återgår till de klassiska augmenting-pathsalgoritmerna---det ursprungliga angreppssättet för matchningar, maximalt flöde och matroid-snitt---med målet att utveckla nya effektiva kombinatoriska algoritmer. Våra viktigaste bidrag inkluderar den första kombinatoriska algoritmen som uppnår nästan linjär tid för maximalt flöde på täta grafer, och den första subkvadratiska independence-query-algoritmen för matroidsnitt. För moderna beräkningsmodeller inkluderar våra bidrag förbättrade  onlineavrundningsalgorithmer för fraktionell matchning (vilket leder till en optimal onlinealgoritm för kantfärgning), en lösning av query- och kommunikationskomplexiteten för bipartit matchning, och de första sublinjära parallella algoritmerna för matroidsnitt.

Place, publisher, year, edition, pages
Stockholm: KTH Royal Institute of Technology, 2024. , p. x, 67
Series
TRITA-EECS-AVL ; 2024:84
National Category
Computer Sciences
Research subject
Computer Science
Identifiers
URN: urn:nbn:se:kth:diva-355377ISBN: 978-91-8106-091-1 (print)OAI: oai:DiVA.org:kth-355377DiVA, id: diva2:1910053
Public defence
2024-11-27, F3, Lindstedtsvägen 26 & 28, KTH, Stockholm, 14:00 (English)
Opponent
Supervisors
Note

QC 20241105

Available from: 2024-11-05 Created: 2024-11-03 Last updated: 2024-11-18Bibliographically approved
List of papers
1. Maximum Flow by Augmenting Paths in n2+o(1) Time
Open this publication in new window or tab >>Maximum Flow by Augmenting Paths in n2+o(1) Time
2024 (English)In: 2024 IEEE 65rd Annual Symposium on Foundations of Computer Science (FOCS), Chicago, USA: IEEE, 2024Conference paper, Published paper (Refereed)
Abstract [en]

We present a combinatorial algorithm for computing exact maximum flows in directed graphs with n vertices and edge capacities from {1,…,U} in n2+o(1)logU time, which is almost optimal in dense graphs. Our algorithm is a novel implementation of the classical augmenting-path framework; we list augmenting paths more efficiently using a new variant of the push-relabel algorithm that uses additional edge weights to guide the algorithm, and we derive the edge weights by constructing a directed expander hierarchy.

Even in unit-capacity graphs, this breaks the long-standing O(m⋅min{√m,n2/3}) time bound of the previous combinatorial algorithms by Karzanov (1973) and Even and Tarjan (1975) when the graph has m=ω(n4/3) edges. Notably, our approach does not rely on continuous optimization nor heavy dynamic graph data structures, both of which are crucial in the recent developments that led to the almost-linear time algorithm by Chen et al. (FOCS 2022). Our running time also matches the n2+o(1) time bound of the independent combinatorial algorithm by Chuzhoy and Khanna (STOC 2024) for computing the maximum bipartite matching, a special case of maximum flow.

Place, publisher, year, edition, pages
Chicago, USA: IEEE, 2024
Keywords
Maximum Flow, Combinatorial Algorithms
National Category
Computer Sciences
Research subject
Computer Science
Identifiers
urn:nbn:se:kth:diva-355868 (URN)
Conference
Foundations of Computer Science (FOCS)
Note

QC 20241105

Available from: 2024-11-05 Created: 2024-11-05 Last updated: 2024-11-05Bibliographically approved
2. Breaking the quadratic barrier for matroid intersection
Open this publication in new window or tab >>Breaking the quadratic barrier for matroid intersection
2021 (English)In: Proceedings of the Annual ACM Symposium on Theory of Computing, Association for Computing Machinery (ACM) , 2021, p. 421-432Conference paper, Published paper (Refereed)
Abstract [en]

The matroid intersection problem is a fundamental problem that has been extensively studied for half a century. In the classic version of this problem, we are given two matroids M1 = (V, I1) and M2 = (V, I2) on a comment ground set V of n elements, and then we have to find the largest common independent set S e I1 I2 by making independence oracle queries of the form "Is S e I1?"or "Is S e I2?"for S ? V. The goal is to minimize the number of queries. Beating the existing O(n2) bound, known as the quadratic barrier, is an open problem that captures the limits of techniques from two lines of work. The first one is the classic Cunningham's algorithm [SICOMP 1986], whose O(n2)-query implementations were shown by CLS+ [FOCS 2019] and Nguyen [2019] (more generally, these algorithms take O(nr) queries where r denotes the rank which can be as big as n). The other one is the general cutting plane method of Lee, Sidford, and Wong [FOCS 2015]. The only progress towards breaking the quadratic barrier requires either approximation algorithms or a more powerful rank oracle query [CLS+ FOCS 2019]. No exact algorithm with o(n2) independence queries was known. In this work, we break the quadratic barrier with a randomized algorithm guaranteeing O(n9/5) independence queries with high probability, and a deterministic algorithm guaranteeing O(n11/6) independence queries. Our key insight is simple and fast algorithms to solve a graph reachability problem that arose in the standard augmenting path framework [Edmonds 1968]. Combining this with previous exact and approximation algorithms leads to our results. 

Place, publisher, year, edition, pages
Association for Computing Machinery (ACM), 2021
Series
Proceedings of the annual ACM Symposium on Theory of Computing, ISSN 0737-8017
Keywords
Combinatorial Optimization, Matroid Intersection, Matroids, Approximation theory, Combinatorial mathematics, Computation theory, Graph algorithms, Optimization, Augmenting path, Cutting plane methods, Deterministic algorithms, Exact algorithms, High probability, Randomized Algorithms, Reachability problem, Approximation algorithms
National Category
Computer Sciences
Identifiers
urn:nbn:se:kth:diva-309939 (URN)10.1145/3406325.3451092 (DOI)000810492500045 ()2-s2.0-85108144921 (Scopus ID)
Conference
53rd Annual ACM SIGACT Symposium on Theory of Computing, STOC 2021, Virtual/Online, 21-25 June 2021
Note

Part of proceedings: ISBN 978-1-4503-8053-9

QC 20220321

Available from: 2022-03-21 Created: 2022-03-21 Last updated: 2024-11-03Bibliographically approved
3. Breaking O(nr) for matroid intersection
Open this publication in new window or tab >>Breaking O(nr) for matroid intersection
2021 (English)In: Leibniz International Proceedings in Informatics, LIPIcs, Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing , 2021Conference paper, Published paper (Refereed)
Abstract [en]

We present algorithms that break the Õ (nr)-independence-query bound for the Matroid Intersection problem for the full range of r; where n is the size of the ground set and r ≤ n is the size of the largest common independent set. The Õ (nr) bound was due to the efficient implementations [CLSSW FOCS'19; Nguyên 2019] of the classic algorithm of Cunningham [SICOMP'86]. It was recently broken for large r (r = ω(√ n)), first by the Õ(n1.5/∈1.5)-query (1 - ∈)-approximation algorithm of CLSSW [FOCS'19], and subsequently by the Õ (n6/5r3/5)-query exact algorithm of BvdBMN [STOC'21]. No algorithm - even an approximation one - was known to break the Õ (nr) bound for the full range of r. We present an Õ(n √ r/∈)-query (1 - ∈)-approximation algorithm and an Õ (nr3/4)-query exact algorithm. Our algorithms improve the Õ(nr) bound and also the bounds by CLSSW and BvdBMN for the full range of r.

Place, publisher, year, edition, pages
Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing, 2021
Keywords
Approximation Algorithms, Combinatorial Optimization, Matroid Intersection, Breakings, Classic algorithm, Efficient implementation, Exact algorithms, Independent set, Intersection problem
National Category
Computer Sciences
Identifiers
urn:nbn:se:kth:diva-311760 (URN)10.4230/LIPIcs.ICALP.2021.31 (DOI)2-s2.0-85115335426 (Scopus ID)
Conference
48th International Colloquium on Automata, Languages, and Programming, ICALP 2021, 12-16 July 2021
Note

Part of proceedings: ISBN 978-3-95977-195-5

QC 20220503

Available from: 2022-05-03 Created: 2022-05-03 Last updated: 2024-11-03Bibliographically approved
4. Sublinear-Round Parallel Matroid Intersection
Open this publication in new window or tab >>Sublinear-Round Parallel Matroid Intersection
2022 (English)In: 49th International Colloquium on Automata, Languages, and Programming (ICALP 2022), Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing , 2022, Vol. 229, article id 25Conference paper, Published paper (Refereed)
Abstract [en]

Despite a lot of recent progress in obtaining faster sequential matroid intersection algorithms, the fastest parallel poly(n)-query algorithm was still the straightforward O(n)-round parallel implementation of Edmonds' augmenting paths algorithm from the 1960s. Very recently, Chakrabarty-Chen-Khanna [FOCS'21] showed the lower bound that any, possibly randomized, parallel matroid intersection algorithm making poly(n) rank-queries requires (Equation presented)(n1/3) rounds of adaptivity. They ask, as an open question, if the lower bound can be improved to (Equation presented)(n), or if there can be sublinear-round, poly(n)-query algorithms for matroid intersection. We resolve this open problem by presenting the first sublinear-round parallel matroid intersection algorithms. Perhaps surprisingly, we do not only break the Õ(n)-barrier in the rank-oracle model, but also in the weaker independence-oracle model. Our rank-query algorithm guarantees O(n3/4) rounds of adaptivity, while the independence-query algorithm uses O(n7/8) rounds of adaptivity, both making a total of poly(n) queries.

Place, publisher, year, edition, pages
Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing, 2022
Series
Leibniz International Proceedings in Informatics, LIPIcs, ISSN 1868-8969 ; 229
Keywords
Combinatorial Optimization, Matroid Intersection, Parallel Algorithms
National Category
Computer Sciences
Identifiers
urn:nbn:se:kth:diva-317538 (URN)10.4230/LIPIcs.ICALP.2022.25 (DOI)2-s2.0-85133485958 (Scopus ID)
Conference
49th EATCS International Conference on Automata, Languages, and Programming, ICALP 2022, 4 July 2022 through 8 July 2022, Paris, France
Note

QC 20220913

Part of proceedings: ISBBN 978-395977235-8

Available from: 2022-09-13 Created: 2022-09-13 Last updated: 2024-11-03Bibliographically approved
5. Fast Algorithms via Dynamic-Oracle Matroids
Open this publication in new window or tab >>Fast Algorithms via Dynamic-Oracle Matroids
2023 (English)In: STOC 2023: Proceedings of the 55th Annual ACM Symposium on Theory of Computing, Association for Computing Machinery (ACM) , 2023, p. 1229-1242Conference paper, Published paper (Refereed)
Abstract [en]

We initiate the study of matroid problems in a new oracle model called dynamic oracle. Our algorithms in this model lead to new bounds for some classic problems, and a "unified"algorithm whose performance matches previous results developed in various papers for various problems. We also show a lower bound that answers some open problems from a few decades ago. Concretely, our results are as follows. Improved algorithms for matroid union and disjoint spanning trees. We show an algorithm with Õk(n+rr) dynamic-rank-query and time complexities for the matroid union problem over k matroids, where n is the input size, r is the output size, and Õk hides poly(k, log(n)). This implies the following consequences. (i) An improvement over the Õk(nr) bound implied by [Chakrabarty-Lee-Sidford-Singla-Wong FOCS'19] for matroid union in the traditional rank-query model. (ii) An Õk(|E|+|V||V|)-time algorithm for the k-disjoint spanning tree problem. This is nearly linear for moderately dense input graphs and improves the Õk(|V||E|) bounds of Gabow-Westermann [STOC'88] and Gabow [STOC'91]. Consequently, this gives improved bounds for, e.g., Shannon Switching Game and Graph Irreducibility. Matroid intersection. We show a matroid intersection algorithm with Õ(nr) dynamic-rank-query and time complexities. This implies new bounds for some problems (e.g. maximum forest with deadlines) and bounds that match the classic ones obtained in various papers for various problems, e.g. colorful spanning tree [Gabow-Stallmann ICALP'85], graphic matroid intersection [Gabow-Xu FOCS'89], simple job scheduling matroid intersection [Xu-Gabow ISAAC'94], and Hopcroft-Karp combinatorial bipartite matching. More importantly, this is done via a "unified"algorithm in the sense that an improvement over our dynamic-rank-query algorithm would imply improved bounds for all the above problems simultaneously. Lower bounds. We show simple super-linear (ω(nlogn)) query lower bounds for matroid intersection and union problems in our dynamic-rank-oracle and the traditional independence-query models; the latter improves the previous log2(3)n-o(n) bound by Harvey [SODA'08] and answers an open problem raised by, e.g., Welsh [1976] and CLSSW [FOCS'19].

Place, publisher, year, edition, pages
Association for Computing Machinery (ACM), 2023
Keywords
arboricity, combinatorial optimization, dynamic algorithms, matroid intersection, matroid union, matroids, spanning tree packing
National Category
Computer Sciences Discrete Mathematics
Identifiers
urn:nbn:se:kth:diva-333365 (URN)10.1145/3564246.3585219 (DOI)001064640700101 ()2-s2.0-85150756021 (Scopus ID)
Conference
55th Annual ACM Symposium on Theory of Computing, STOC 2023, Orlando, United States of America, Jun 20 2023 - Jun 23 2023
Note

Part of ISBN 9781450399135

QC 20230801

Available from: 2023-08-01 Created: 2023-08-01 Last updated: 2024-11-03Bibliographically approved
6. Nearly Optimal Communication and Query Complexity of Bipartite Matching
Open this publication in new window or tab >>Nearly Optimal Communication and Query Complexity of Bipartite Matching
Show others...
2022 (English)In: 2022 IEEE 63RD ANNUAL SYMPOSIUM ON FOUNDATIONS OF COMPUTER SCIENCE (FOCS), Institute of Electrical and Electronics Engineers (IEEE) , 2022, p. 1174-1185Conference paper, Published paper (Refereed)
Abstract [en]

We settle the complexities of the maximum-cardinality bipartite matching problem (BMM) up to poly-logarithmic factors in five models of computation: the two-party communication, AND query, OR query, XOR query, and quantum edge query models. Our results answer open problems that have been raised repeatedly since at least three decades ago [Hajnal, Maass, and Turan STOC'88; Ivanyos, Klauck, Lee, Santha, and de Wolf FSTTCS'12; Dobzinski, Nisan, and Oren STOC'14; Nisan SODA'21] and tighten the lower bounds shown by Beniamini and Nisan [STOC'21] and Zhang [ICALP'04]. We also settle the communication complexity of the generalizations of BMM, such as maximum-cost bipartite b-matching and trans-shipment; and the query complexity of unique bipartite perfect matching (answering an open question by Beniamini [2022]). Our algorithms and lower bounds follow from simple applications of known techniques such as cutting planes methods and set disjointness.

Place, publisher, year, edition, pages
Institute of Electrical and Electronics Engineers (IEEE), 2022
Series
Annual IEEE Symposium on Foundations of Computer Science, ISSN 0272-5428
Keywords
F.1.1 Models of Computation, F.1.3 Complexity Measures and Classes, F.2 Analysis of Algorithms and Problem Complexity
National Category
Computer Sciences
Identifiers
urn:nbn:se:kth:diva-324307 (URN)10.1109/FOCS54457.2022.00113 (DOI)000909382900107 ()2-s2.0-85146310260 (Scopus ID)
Conference
63rd Annual IEEE Symposium on Foundations of Computer Science (FOCS), OCT 31-NOV 03, 2022, Denver, CO
Note

Part of proceedings: ISBN 978-1-6654-5519-0

QC 20230227

Available from: 2023-02-27 Created: 2023-02-27 Last updated: 2024-11-03Bibliographically approved
7. Incremental (1 − ε)-Approximate Dynamic Matching in O(poly(1/ε)) Update Time
Open this publication in new window or tab >>Incremental (1 − ε)-Approximate Dynamic Matching in O(poly(1/ε)) Update Time
2023 (English)In: 31st Annual European Symposium on Algorithms, ESA 2023, Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing , 2023, article id 22Conference paper, Published paper (Refereed)
Abstract [en]

In the dynamic approximate maximum bipartite matching problem we are given bipartite graph G undergoing updates and our goal is to maintain a matching of G which is large compared the maximum matching size µ(G). We define a dynamic matching algorithm to be α (respectively (α, β))-approximate if it maintains matching M such that at all times |M| ≥ µ(G) · α (respectively |M| ≥ µ(G) · α − β). We present the first deterministic (1 − ε)-approximate dynamic matching algorithm with O(poly(ε−1)) amortized update time for graphs undergoing edge insertions. Previous solutions either required super-constant [Gupta FSTTCS’14, Bhattacharya-Kiss-Saranurak SODA’23] or exponential in 1/ε [Grandoni-Leonardi-Sankowski-Schwiegelshohn-Solomon SODA’19] update time. Our implementation is arguably simpler than the mentioned algorithms and its description is self contained. Moreover, we show that if we allow for additive (1, ε · n)-approximation our algorithm seamlessly extends to also handle vertex deletions, on top of edge insertions. This makes our algorithm one of the few small update time algorithms for (1 − ε)-approximate dynamic matching allowing for updates both increasing and decreasing the maximum matching size of G in a fully dynamic manner. Our algorithm relies on the weighted variant of the celebrated Edge-Degree-Constrained-Subgraph (EDCS) datastructure introduced by [Bernstein-Stein ICALP’15]. As far as we are aware we introduce the first application of the weighted-EDCS for arbitrarily dense graphs. We also present a significantly simplified proof for the approximation ratio of weighed-EDCS as a matching sparsifier compared to [Bernstein-Stein], as well as simple descriptions of a fractional matching and fractional vertex cover defined on top of the EDCS. Considering the wide range of applications EDCS has found in settings such as streaming, sub-linear, stochastic and more we hope our techniques will be of independent research interest outside of the dynamic setting.

Place, publisher, year, edition, pages
Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing, 2023
Keywords
Approximation Algorithms, Bipartite Matching, Dynamic Algorithms, EDCS, Incremental Matching
National Category
Computer Sciences
Identifiers
urn:nbn:se:kth:diva-338377 (URN)10.4230/LIPIcs.ESA.2023.22 (DOI)2-s2.0-85173538737 (Scopus ID)
Conference
31st Annual European Symposium on Algorithms, ESA 2023, Amsterdam, Netherlands, Kingdom of the, Sep 4 2023 - Sep 6 2023
Note

Part of proceedings ISBN 9783959772952

QC 20231023

Available from: 2023-10-23 Created: 2023-10-23 Last updated: 2024-11-03Bibliographically approved
8. Simple and Asymptotically Optimal Online Bipartite Edge Coloring
Open this publication in new window or tab >>Simple and Asymptotically Optimal Online Bipartite Edge Coloring
2024 (English)In: 2024 Symposium on Simplicity in Algorithms, SOSA 2024, Society for Industrial and Applied Mathematics Publications , 2024, p. 331-336Conference paper, Published paper (Refereed)
Abstract [en]

We provide a simple online ∆(1 + o(1))-edge-coloring algorithm for bipartite graphs of maximum degree ∆ = ω(log n) under adversarial vertex arrivals on one side of the graph. Our algorithm slightly improves the result of (Cohen, Peng and Wajc, FOCS19), which was the first, and currently only, to obtain an asymptotically optimal ∆(1 + o(1)) guarantee for an adversarial arrival model. More importantly, our algorithm provides a new, simpler approach for tackling online edge coloring.

Place, publisher, year, edition, pages
Society for Industrial and Applied Mathematics Publications, 2024
National Category
Computer Sciences
Identifiers
urn:nbn:se:kth:diva-347326 (URN)001285486400024 ()2-s2.0-85194196282 (Scopus ID)
Conference
7th SIAM Symposium on Simplicity in Algorithms, SOSA 2024, Alexandria, United States of America, Jan 8 2024 - Jan 10 2024
Note

QC 20240610

Part of ISBN 978-171388717-1

Available from: 2024-06-10 Created: 2024-06-10 Last updated: 2024-11-03Bibliographically approved
9. Online Edge Coloring Is (Nearly) as Easy as Offline
Open this publication in new window or tab >>Online Edge Coloring Is (Nearly) as Easy as Offline
2024 (English)In: STOC 2024 - Proceedings of the 56th Annual ACM Symposium on Theory of Computing, Association for Computing Machinery (ACM) , 2024, p. 36-46Conference paper, Published paper (Refereed)
Abstract [en]

The classic theorem of Vizing (Diskret. Analiz.'64) asserts that any graph of maximum degree Δcan be edge colored (offline) using no more than Γ+1 colors (with Δbeing a trivial lower bound). In the online setting, Bar-Noy, Motwani and Naor (IPL'92) conjectured that a (1+o(1))Γ-edge-coloring can be computed online in n-vertex graphs of maximum degree Γ=ω(logn). Numerous algorithms made progress on this question, using a higher number of colors or assuming restricted arrival models, such as random-order edge arrivals or vertex arrivals (e.g., AGKM FOCS'03, BMM SODA'10, CPW FOCS'19, BGW SODA'21, KLSST STOC'22). In this work, we resolve this longstanding conjecture in the affirmative in the most general setting of adversarial edge arrivals. We further generalize this result to obtain online counterparts of the list edge coloring result of Kahn (J. Comb. Theory. A'96) and of the recent "local"edge coloring result of Christiansen (STOC'23).

Place, publisher, year, edition, pages
Association for Computing Machinery (ACM), 2024
Keywords
Edge Coloring, Matching, Online Algorithms
National Category
Computer Sciences
Identifiers
urn:nbn:se:kth:diva-350539 (URN)10.1145/3618260.3649741 (DOI)001254099900006 ()2-s2.0-85196129327 (Scopus ID)
Conference
56th Annual ACM Symposium on Theory of Computing, STOC 2024, Vancouver, Canada, Jun 24 2024 - Jun 28 2024
Note

Part of ISBN 9798400703836

QC 20240716

Available from: 2024-07-16 Created: 2024-07-16 Last updated: 2024-11-03Bibliographically approved

Open Access in DiVA

kappa(1469 kB)53 downloads
File information
File name FULLTEXT01.pdfFile size 1469 kBChecksum SHA-512
48b6cfed82f0768e94ab2f0b93a7005b5b40d5fc9b65c0fedb0a2becc189af60297aba08add91998030b0353c346ccac1248b8ae157f9a3c39c2d1a76d05e5ca
Type summaryMimetype application/pdf

Authority records

Blikstad, Joakim

Search in DiVA

By author/editor
Blikstad, Joakim
By organisation
Theoretical Computer Science, TCS
Computer Sciences

Search outside of DiVA

GoogleGoogle Scholar
The number of downloads is the sum of all downloads of full texts. It may include eg previous versions that are now no longer available

isbn
urn-nbn

Altmetric score

isbn
urn-nbn
Total: 398 hits
CiteExportLink to record
Permanent link

Direct link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf