Files
C-Plus-Plus/d1/d90/subarray__sum_8cpp__incl.svg
2021-10-03 01:48:06 +00:00

84 lines
3.6 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.49.1 (20210923.0004)
-->
<!-- Title: backtracking/subarray_sum.cpp Pages: 1 -->
<svg width="298pt" height="95pt"
viewBox="0.00 0.00 297.50 95.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 91)">
<title>backtracking/subarray_sum.cpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 293.5,-91 293.5,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Subset&#45;sum (only continuous subsets) problem">
<polygon fill="#bfbfbf" stroke="black" points="81.5,-56.5 81.5,-86.5 195.5,-86.5 195.5,-56.5 81.5,-56.5"/>
<text text-anchor="start" x="89.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking/subarray</text>
<text text-anchor="middle" x="138.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_sum.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 49,-19.5 49,-0.5 0,-0.5"/>
<text text-anchor="middle" x="24.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M111.48,-56.4C92.87,-46.68 68.29,-33.86 50.01,-24.31"/>
<polygon fill="midnightblue" stroke="midnightblue" points="51.57,-21.18 41.09,-19.66 48.33,-27.39 51.57,-21.18"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="67,-0.5 67,-19.5 122,-19.5 122,-0.5 67,-0.5"/>
<text text-anchor="middle" x="94.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M128.07,-56.4C121.74,-47.84 113.63,-36.87 106.97,-27.86"/>
<polygon fill="midnightblue" stroke="midnightblue" points="109.66,-25.62 100.9,-19.66 104.03,-29.78 109.66,-25.62"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="140,-0.5 140,-19.5 227,-19.5 227,-0.5 140,-0.5"/>
<text text-anchor="middle" x="183.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">unordered_map</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M149.16,-56.4C155.64,-47.84 163.93,-36.87 170.75,-27.86"/>
<polygon fill="midnightblue" stroke="midnightblue" points="173.71,-29.74 176.95,-19.66 168.13,-25.52 173.71,-29.74"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="245.5,-0.5 245.5,-19.5 289.5,-19.5 289.5,-0.5 245.5,-0.5"/>
<text text-anchor="middle" x="267.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M169.07,-56.4C190.43,-46.55 218.72,-33.5 239.48,-23.92"/>
<polygon fill="midnightblue" stroke="midnightblue" points="241.11,-27.02 248.73,-19.66 238.18,-20.67 241.11,-27.02"/>
</g>
</g>
</svg>