On the Independent Set and Common Subgraph Problems in Random Graphs
Yinglei Song

TL;DR
This paper introduces efficient algorithms for maximum independent set and common subgraph problems in random graphs, demonstrating their expected computational complexity and approximation ratios, with implications for fixed parameter tractability.
Contribution
It presents novel algorithms with proven expected runtimes for maximum independent set and common subgraph problems in random graphs, including approximation and fixed parameter tractability results.
Findings
Maximum independent set in random graphs can be computed in expected time 2^{O(log^2 n)}.
Largest common subgraph in two random graphs can be found in expected time 2^{O(n^{1/2} log^{5/3} n)}.
Maximum independent set can be approximated within a ratio of 2n / 2^{√log n} in polynomial time.
Abstract
In this paper, we develop efficient exact and approximate algorithms for computing a maximum independent set in random graphs. In a random graph , each pair of vertices are joined by an edge with a probability , where is a constant between and . We show that, a maximum independent set in a random graph that contains vertices can be computed in expected computation time . Using techniques based on enumeration, we develop an algorithm that can find a largest common subgraph in two random graphs in and vertices () in expected computation time . In addition, we show that, with high probability, the parameterized independent set problem is fixed parameter tractable in random graphs and the maximum independent set in a random graph in vertices can be approximated within a ratio…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Limits and Structures in Graph Theory
