mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 11:07:27 +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 8.0.2 (20230410.1723)
|
|
-->
|
|
<!-- 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.67,-72.73 150.61,-78 167.24,-82.63"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="166.23,-86.26 176.8,-85.56 168.11,-79.51 166.23,-86.26"/>
|
|
</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.74,-52.5 140.05,-52.5 151.85,-52.5"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.51,-56 161.51,-52.5 151.51,-49 151.51,-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.67,-32.27 150.61,-27 167.24,-22.37"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="168.11,-25.49 176.8,-19.44 166.23,-18.74 168.11,-25.49"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|