I have a dense unlabeled graph ( each vertex has got at least 4 incident edges ).
Number of vertices (V) of the graph is always a perfect square.
I want to find all the meshes of $\sqrt{v} {x} \sqrt{v}$ in it.
Are there any known algorithms to accomplish this?
Any help is appreciated.
Thanks!