Neeldhara
  • About
  • Research
    • Overview
    • People
    • Publications
    • Surveys
  • Teaching
    • Courses
    • Materials
  • Lists
    • Puzzles
    • Bookmarks
  • Exposition
    • Talks
    • Videos
  • Events
  • Blog

CS614. Advanced Algorithms. L08 Quiz.

CS614. Advanced Algorithms.

L08 Quiz

Back to the course page

Problem 1. Better Approximation given a k-coloring

Given a kkk-coloring of a graph GGG, show that we can find a vertex cover which is a 2(1−1k)2\bigl(1−\frac{1}{k}\bigr)2(1−k1​) approximation.

Hint: use the kkk-coloring on the vertices of V1/2V_{1/2}V1/2​.

Problem 2. Point Line Cover

In the Point Line Cover problem, we are given a set of nnn points in the plane and an integer kkk, and the goal is to check if there exists a set of kkk lines on the plane that contain all the input points.

Show a kernel for this problem with O(k2)\mathcal{O}\left(k^2\right)O(k2) points.


© 2022 • Neeldhara Misra • Credits •

 

Corrections? Please leave a comment here or a PR in this repository, thanks!

I’d rather be a failure at something I love than a success at something I hate.

George Burns

You live and you learn — at any rate, you live.

Douglas Adams

A problem worthy of attack proves its worth by fighting back.

Paul Erdos

×