mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-21 20:31:43 +08:00
83 lines
3.4 KiB
XML
83 lines
3.4 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/subarray_sum.cpp Pages: 1 -->
|
|
<svg width="294pt" height="93pt"
|
|
viewBox="0.00 0.00 293.50 93.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 89)">
|
|
<title>backtracking/subarray_sum.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Subset-sum (only continuous subsets) problem">
|
|
<polygon fill="#999999" stroke="#666666" points="194,-85 81,-85 81,-55 194,-55 194,-85"/>
|
|
<text text-anchor="start" x="89" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking/subarray</text>
|
|
<text text-anchor="middle" x="137.5" y="-62" 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="#e0e0e0" stroke="#999999" points="49,-19 0,-19 0,0 49,0 49,-19"/>
|
|
<text text-anchor="middle" x="24.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M109.57,-54.54C91.92,-45.4 69.23,-33.66 51.73,-24.6"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="53.42,-21.53 42.93,-20.04 50.2,-27.75 53.42,-21.53"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="121.5,-19 67.5,-19 67.5,0 121.5,0 121.5,-19"/>
|
|
<text text-anchor="middle" x="94.5" y="-7" 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="#63b8ff" d="M126.87,-54.54C121.07,-46.65 113.84,-36.81 107.68,-28.44"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="110.52,-26.38 101.77,-20.39 104.88,-30.53 110.52,-26.38"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="223,-19 140,-19 140,0 223,0 223,-19"/>
|
|
<text text-anchor="middle" x="181.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">unordered_map</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M148.38,-54.54C154.38,-46.56 161.87,-36.59 168.22,-28.16"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="170.85,-30.48 174.07,-20.38 165.26,-26.27 170.85,-30.48"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="285.5,-19 241.5,-19 241.5,0 285.5,0 285.5,-19"/>
|
|
<text text-anchor="middle" x="263.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M168.65,-54.54C188.69,-45.23 214.58,-33.22 234.24,-24.09"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="235.48,-27.37 243.07,-19.98 232.53,-21.02 235.48,-27.37"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|