mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-31 01:02:46 +08:00
82 lines
3.3 KiB
XML
82 lines
3.3 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 7.0.6 (20230106.0513)
|
|
-->
|
|
<!-- Title: backtracking/minimax.cpp Pages: 1 -->
|
|
<svg width="254pt" height="82pt"
|
|
viewBox="0.00 0.00 254.00 82.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 78)">
|
|
<title>backtracking/minimax.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="returns which is the longest/shortest number using minimax algorithm">
|
|
<polygon fill="#999999" stroke="#666666" points="187.5,-74 56.5,-74 56.5,-55 187.5,-55 187.5,-74"/>
|
|
<text text-anchor="middle" x="122" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking/minimax.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="56,-19 0,-19 0,0 56,0 56,-19"/>
|
|
<text text-anchor="middle" x="28" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M106.05,-54.51C91.65,-46.39 70.21,-34.3 53.44,-24.85"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="55.46,-21.96 45.03,-20.1 52.02,-28.06 55.46,-21.96"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="112,-19 74,-19 74,0 112,0 112,-19"/>
|
|
<text text-anchor="middle" x="93" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M117.21,-54.75C113.46,-47.88 108.09,-38.08 103.37,-29.45"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="106.49,-27.86 98.62,-20.77 100.35,-31.22 106.49,-27.86"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="174,-19 130,-19 130,0 174,0 174,-19"/>
|
|
<text text-anchor="middle" x="152" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M126.95,-54.75C130.84,-47.88 136.39,-38.08 141.28,-29.45"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="144.31,-31.19 146.19,-20.76 138.22,-27.74 144.31,-31.19"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="246,-19 192,-19 192,0 246,0 246,-19"/>
|
|
<text text-anchor="middle" x="219" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M138.45,-54.51C153.32,-46.39 175.44,-34.3 192.75,-24.85"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="194.36,-27.95 201.46,-20.08 191.01,-21.81 194.36,-27.95"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|