mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 19:17:21 +08:00
68 lines
2.9 KiB
XML
68 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<!-- Generated by graphviz version 2.47.3 (20210619.1520)
|
|
-->
|
|
<!-- Title: backtracking/rat_maze.cpp Pages: 1 -->
|
|
<svg width="186pt" height="84pt"
|
|
viewBox="0.00 0.00 185.50 84.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 80)">
|
|
<title>backtracking/rat_maze.cpp</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 181.5,-80 181.5,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Implements <a href="https://www.codesdope.com/blog/article/backtracking-to- solve-a-rat-in-a-maze-c-j...">
|
|
<polygon fill="#bfbfbf" stroke="black" points="16,-56.5 16,-75.5 150,-75.5 150,-56.5 16,-56.5"/>
|
|
<text text-anchor="middle" x="83" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking/rat_maze.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 38,-19.5 38,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="19" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M72.72,-56.32C63.16,-48.26 48.72,-36.08 37.22,-26.37"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="39.37,-23.61 29.47,-19.83 34.86,-28.96 39.37,-23.61"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="56,-0.5 56,-19.5 110,-19.5 110,-0.5 56,-0.5"/>
|
|
<text text-anchor="middle" x="83" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M83,-56.08C83,-49.01 83,-38.86 83,-29.99"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="86.5,-29.75 83,-19.75 79.5,-29.75 86.5,-29.75"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="128.5,-0.5 128.5,-19.5 177.5,-19.5 177.5,-0.5 128.5,-0.5"/>
|
|
<text text-anchor="middle" x="153" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="midnightblue" d="M94.25,-56.32C104.8,-48.18 120.8,-35.84 133.44,-26.09"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="135.77,-28.71 141.55,-19.83 131.49,-23.17 135.77,-28.71"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|