An instance of the Connected Maximum Cut problem consists of an undirected graph G = (V,E) and the goal is to find a subset of vertices S ⊆ V that maximizes the number of edges in the cut δ(S) such that the induced graph G[S] is connected. We present the first non-trivial Ω( 1 logn ) approximation algorithm for the Connected Maximum Cut problem in general graphs using novel techniques. We then ...