mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-28 04:24:26 +08:00
69 lines
3.4 KiB
XML
69 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.4 (20230421.1958)
|
|
-->
|
|
<!-- Title: backtracking::subarray_sum::subarray_sum Pages: 1 -->
|
|
<svg width="283pt" height="113pt"
|
|
viewBox="0.00 0.00 283.00 113.25" 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.25)">
|
|
<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="115,-67.88 0,-67.88 0,-37.38 115,-37.38 115,-67.88"/>
|
|
<text text-anchor="start" x="8" y="-54.38" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::subarray</text>
|
|
<text text-anchor="middle" x="57.5" y="-43.12" 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="275,-105.25 151,-105.25 151,-86 275,-86 275,-105.25"/>
|
|
<text text-anchor="middle" x="213" y="-91.75" 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.35,-68.27C131.23,-73 149.56,-78.13 165.74,-82.67"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="164.45,-86.22 175.02,-85.55 166.34,-79.48 164.45,-86.22"/>
|
|
</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="264.12,-67.88 161.88,-67.88 161.88,-37.38 264.12,-37.38 264.12,-67.88"/>
|
|
<text text-anchor="start" x="169.88" y="-54.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::unordered_map</text>
|
|
<text text-anchor="middle" x="213" y="-43.12" 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="M115.22,-52.62C126.86,-52.62 139.16,-52.62 150.94,-52.62"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.59,-56.13 160.59,-52.62 150.59,-49.13 150.59,-56.13"/>
|
|
</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="256.25,-19.25 169.75,-19.25 169.75,0 256.25,0 256.25,-19.25"/>
|
|
<text text-anchor="middle" x="213" y="-5.75" 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.35,-36.98C131.23,-32.25 149.56,-27.12 165.74,-22.58"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="166.34,-25.77 175.02,-19.7 164.45,-19.03 166.34,-25.77"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|