WIP: report part 3
This commit is contained in:
@@ -309,10 +309,12 @@ class Edge {
|
||||
* its easy to find any closed loops. Using graph we transform the problem
|
||||
* of the closed room into the problem of finding a non simple graph.
|
||||
*
|
||||
* If the board has non connected wall structure then we would need more than
|
||||
* one graph to represent it.
|
||||
* If the board has non connected wall structure then we would need a non
|
||||
* coherent graph to represent it. This class provides constroctors and
|
||||
* methods to create coherent graphs
|
||||
*
|
||||
* An example graph we can create from the board bellow, starting from V=1 is:
|
||||
* An example of the biggest coherent graph we can create from the board bellow,
|
||||
* starting from V=1 is:
|
||||
* <pre>
|
||||
* 6---7 8 (1)
|
||||
* | | / \
|
||||
|
||||
Reference in New Issue
Block a user