I have this problem, maybe anybody could help.
Given a graph $G = (V, E)$ and an integer $k \geq 1$, find the minimum number $l$ of vertices to remove to make the largest connected component of $G \setminus \{v_1, \dots,v_l\}$ have at most $k$ vertices.
I wonder it this problem can be solved quickly (in polynomial time)?
(Related: finding the vertices when $k$ is small)