mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 19:17:21 +08:00
69 lines
3.3 KiB
XML
69 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::subarray_sum::subarray_sum Pages: 1 -->
|
|
<svg width="285pt" height="113pt"
|
|
viewBox="0.00 0.00 285.00 113.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 109)">
|
|
<title>backtracking::subarray_sum::subarray_sum</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="The main function that implements the count of the subarrays.">
|
|
<polygon fill="#999999" stroke="#666666" points="116,-67.5 0,-67.5 0,-37.5 116,-37.5 116,-67.5"/>
|
|
<text text-anchor="start" x="8" y="-55.5" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::subarray</text>
|
|
<text text-anchor="middle" x="58" y="-44.5" font-family="Helvetica,sans-Serif" font-size="10.00">_sum::subarray_sum</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/unordered_map/end.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="277,-105 152,-105 152,-86 277,-86 277,-105"/>
|
|
<text text-anchor="middle" x="214.5" y="-93" font-family="Helvetica,sans-Serif" font-size="10.00">std::unordered_map::end</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M114.34,-67.9C131.51,-72.68 150.25,-77.9 166.77,-82.49"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.77,-85.85 176.34,-85.16 167.65,-79.11 165.77,-85.85"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/unordered_map/find.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="266,-67.5 163,-67.5 163,-37.5 266,-37.5 266,-67.5"/>
|
|
<text text-anchor="start" x="171" y="-55.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::unordered_map</text>
|
|
<text text-anchor="middle" x="214.5" y="-44.5" font-family="Helvetica,sans-Serif" font-size="10.00">::find</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M116.09,-52.5C127.5,-52.5 139.54,-52.5 151.12,-52.5"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.99,-56 160.99,-52.5 150.99,-49 150.99,-56"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="258,-19 171,-19 171,0 258,0 258,-19"/>
|
|
<text text-anchor="middle" x="214.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M114.34,-37.1C131.51,-32.32 150.25,-27.1 166.77,-22.51"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="167.65,-25.89 176.34,-19.84 165.77,-19.15 167.65,-25.89"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|