mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-22 21:01:50 +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 8.0.2 (20230410.1723)
|
|
-->
|
|
<!-- 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.76,-45.32 68.81,-33.44 51.23,-24.34"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="53.08,-20.84 42.59,-19.35 49.86,-27.05 53.08,-20.84"/>
|
|
</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.54C120.94,-46.48 113.52,-36.38 107.28,-27.89"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="109.62,-26.16 100.88,-20.18 103.98,-30.31 109.62,-26.16"/>
|
|
</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.44,-46.48 162.04,-36.38 168.42,-27.89"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="171.76,-30.27 174.98,-20.18 166.17,-26.06 171.76,-30.27"/>
|
|
</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.78,-45.19 214.82,-33.1 234.51,-23.96"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="235.85,-26.73 243.45,-19.35 232.9,-20.38 235.85,-26.73"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|