-->
当前位置:首页 > 题库

To solve the vertex cover problem, there is a greedy algorithm t

Luz5年前 (2021-05-10)题库1285
To solve the vertex cover problem, there is a greedy algorithm that collects the vertex with the highest degree (i.e., the one covering the largest number of edges) and remove it from the graph at each stage. This greedy algorithm achieves an approximation ratio of 2. ~@[](2)

答案:FALSE