mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-31 09:13:16 +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 6.0.1 (20220911.1526)
|
|
-->
|
|
<!-- 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="M113.04,-67.54C131.37,-72.64 151.62,-78.28 169.11,-83.15"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="168.48,-86.6 179.06,-85.91 170.36,-79.86 168.48,-86.6"/>
|
|
</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.93,-52.5 140.44,-52.5 152.41,-52.5"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="152.76,-56 162.76,-52.5 152.76,-49 152.76,-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="M113.04,-37.46C131.37,-32.36 151.62,-26.72 169.11,-21.85"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="170.36,-25.14 179.06,-19.09 168.48,-18.4 170.36,-25.14"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|