scispace - formally typeset
Proceedings ArticleDOI

Comparative analysis of Vertex Cover computation algorithms for varied graphs

Reads0
Chats0
TLDR
This empirical study found that Alom's algorithm performs consistently better than the other algorithms for all types of graphs, regardless of their class and number of vertices in the graph, while approximation algorithms show the worst performance for very large graphs.
Abstract
There are several vertex cover algorithms proposed for the solution of well-known NP-complete class problem of computing vertex cover. The Vertex Cover problem is important to address as it has various real world applications viz. Wireless Communication Network, Airline Communication Network, Terrorist Communication Network, etc. In this paper, we present a comparative evaluation of different existing algorithms like approximation, list, greedy and Alom's for most efficiently computing vertex cover over a variety of large graphs. Our empirical study found that Alom's algorithm performs consistently better than the other algorithms for all types of graphs, regardless of their class and number of vertices in the graph, while approximation algorithms show the worst performance for very large graphs.

read more

Citations
More filters
Proceedings ArticleDOI

Accelerating Set Intersections over Graphs by Reducing-Merging

TL;DR: In this paper, the authors proposed a reducing-merging framework for set intersections over graphs rather than intersecting the two sets directly, where the vertices that cannot fall into the intersection are screened out by applying the range reduction.

Articulation Node Based Routing in Delay Tolerant Networks.

TL;DR: A new routing protocol called ANBR (Articulation Node Based Routing) is proposed, which utilizes articulation nodes among a local sub-graph formed by including all neighbors of two “meeting” nodes.
References
More filters
Book ChapterDOI

Introduction to Algorithms

Xin-She Yang
TL;DR: This chapter provides an overview of the fundamentals of algorithms and their links to self-organization, exploration, and exploitation.
Proceedings ArticleDOI

The complexity of theorem-proving procedures

TL;DR: It is shown that any recognition problem solved by a polynomial time-bounded nondeterministic Turing machine can be “reduced” to the problem of determining whether a given propositional formula is a tautology.
Book

Computational Discrete Mathematics: Combinatorics and Graph Theory with Mathematica ®

TL;DR: Experimenting with Combinatorica as discussed by the authors is a widely used software package for teaching and research in discrete mathematics with examples of all 450 functions in action plus tutorial text on the mathematics.
Journal ArticleDOI

A better list heuristic for vertex cover

TL;DR: The authors propose an online algorithm in which the scanned vertex is selected if and only if it has at least a nonselected already revealed neighbor with competitive ratio of ∇.