4 Sep
2006
4 Sep
'06
5:56 p.m.
I have a undirected graph set on a 2D plane. Imagine the graph looking something like the USA where the edges form the borders of the states. I would like to automatically recognise all of the enclosed regions (the states) by searching the graph and store each state as a subgraph. How can I search the graph returning only the enclosed regions? Thanks, any suggestions appreciated.