I have to determine a vertex- and edge-connectivity of complete bipartite graph but one edge missing. I don't know how to do this, but this is what I have so far. I think it's completly wrong.
I know that $\kappa(G)\le\lambda(G)\le \delta(G)$. In fully connected bipartite graph $K_{m,n}$, minimal degree is equal to $min(m,n)$. That means, in my graph, minimal degree is equal to $min(m-1,n-1)$. What should I do now? I think that $\lambda(G)=min(m-1,n-1)$ too, because I have to remove $min(m-1,n-1)$ edges to disconnect a vertex with minimal degree... But what about vertex-connectivity?