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

191014K02 | Day 4 Tutorial

191014K02: Day 4 Tutorial

Back to the Course Page

Problems

  1. The statement of the isolation lemma discussed in class was the following:

    Let UUU be a universe with ∣U∣=n|U|=n∣U∣=n and let F\cal FF be a family of sets over UUU. Pick a random weight function w:U→{1,⋯ ,W}w: U \rightarrow\{1, \cdots ,W\}w:U→{1,⋯,W}. Then:

    Pr⁡[F has a unique min weight set]⩾1−nW\operatorname{Pr}[{\color{indianred}\cal F \text{ has a \textbf{unique} min weight set}}] \geqslant 1-\frac{n}{W}Pr[F has a unique min weight set]⩾1−Wn​

    Recall that we called an element uuu critical if:

    1. uuu is in some minimum weight set, and
    2. if w(u)w(u)w(u) is increased by 1 then uuu is no longer in any minimum weight set.

    Argue that F\cal FF has a unique set of the minimum weight if and only if there are no critical elements.

    :::{.callout-tip} Foo Bar. :::

Tip

Foo Bar.

  1. Design a dynamic programming algorithm for Steiner Tree on graphs of bandwidth kkk with running time kO(k)nO(1)k^{O(k)} n^{O(1)}kO(k)nO(1).

  2. Demonstrate (via a direct argument) that the greedy algorithm for the maxcut problem discussed in class outputs a cut that cuts at least half the edges in the graph.

  3. Recall the greedy algorithm for Set Cover discussed in class. In each round, show that at least one set Si∈FS_i \in FSi​∈F covers at least 1/OPT fraction of uncovered elements.

  4. Why did we need to define UUU to have edges in the kkk-path algorithm?

  5. Design an algorithm for solving the Steiner Tree problem on graphs of bounded FVS.

  6. Design an algorithm for the Hamiltonian Path problem on graphs of bounded bandwidth.


© 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

×