On Erd\H{o}s-Gallai and Havel-Hakimi algorithms
A. Iv\'anyi, L. Lucz, T. F. M\'ori, P. S\'ot\'er

TL;DR
This paper introduces a new linear-time algorithm for determining if a sequence can be a simple graph's degree sequence, significantly improving the efficiency of previous quadratic-time algorithms.
Contribution
The paper presents EGL, a novel linear-time algorithm for degree sequence validation, enhancing computational efficiency over existing methods.
Findings
EGL algorithm runs in Θ(n) time.
Successfully computed degree sequences for graphs with 24 to 29 vertices.
Outperforms previous algorithms with Ω(n^2) complexity.
Abstract
Havel in 1955, Erd\H{o}s and Gallai in 1960, Hakimi in 1962, Ruskey, Cohen, Eades and Scott in 1994, Barnes and Savage in 1997, Kohnert in 2004, Tripathi, Venugopalan and West in 2010 proposed a method to decide, whether a sequence of nonnegative integers can be the degree sequence of a simple graph. The running time of their algorithms is in worst case. In this paper we propose a new algorithm called EGL (Erd\H{o}s-Gallai Linear algorithm), whose worst running time is As an application of this quick algorithm we computed the number of the different degree sequences of simple graphs for vertices.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research
