mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-26 03:23:57 +08:00
83 lines
3.5 KiB
XML
83 lines
3.5 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 5.0.0 (20220707.1540)
|
|
-->
|
|
<!-- Title: backtracking/minimax.cpp Pages: 1 -->
|
|
<svg width="254pt" height="84pt"
|
|
viewBox="0.00 0.00 254.00 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/minimax.cpp</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 250,-80 250,4 -4,4"/>
|
|
<!-- 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="#bfbfbf" stroke="black" points="56.5,-56.5 56.5,-75.5 187.5,-75.5 187.5,-56.5 56.5,-56.5"/>
|
|
<text text-anchor="middle" x="122" y="-63.5" 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="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 56,-19.5 56,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="28" y="-7.5" 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="midnightblue" d="M106.9,-56.32C92.1,-47.82 69.31,-34.73 52.02,-24.8"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="53.48,-21.6 43.07,-19.65 49.99,-27.67 53.48,-21.6"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="74,-0.5 74,-19.5 112,-19.5 112,-0.5 74,-0.5"/>
|
|
<text text-anchor="middle" x="93" y="-7.5" 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="midnightblue" d="M117.21,-56.08C113.24,-48.69 107.47,-37.95 102.57,-28.81"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="105.51,-26.91 97.7,-19.75 99.35,-30.22 105.51,-26.91"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="130,-0.5 130,-19.5 174,-19.5 174,-0.5 130,-0.5"/>
|
|
<text text-anchor="middle" x="152" y="-7.5" 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="midnightblue" d="M126.95,-56.08C131.1,-48.61 137.15,-37.72 142.27,-28.52"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="145.34,-30.19 147.14,-19.75 139.22,-26.79 145.34,-30.19"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="192,-0.5 192,-19.5 246,-19.5 246,-0.5 192,-0.5"/>
|
|
<text text-anchor="middle" x="219" y="-7.5" 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="midnightblue" d="M137.58,-56.32C153,-47.74 176.81,-34.49 194.71,-24.52"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="196.42,-27.58 203.45,-19.65 193.01,-21.46 196.42,-27.58"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|