Files
C-Plus-Plus/df/d94/subarray__sum_8cpp_af5687bbd9faf927fbd363c71e0baba5e_cgraph.svg
2021-11-03 18:34:00 +00:00

85 lines
4.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 2.49.3 (20211023.0002)
-->
<!-- Title: backtracking::subarray_sum::subarray_sum Pages: 1 -->
<svg width="289pt" height="154pt"
viewBox="0.00 0.00 289.00 154.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 150)">
<title>backtracking::subarray_sum::subarray_sum</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-150 285,-150 285,4 -4,4"/>
<!-- 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="#bfbfbf" stroke="black" points="0,-55 0,-85 117,-85 117,-55 0,-55"/>
<text text-anchor="start" x="8" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking::subarray</text>
<text text-anchor="middle" x="58.5" y="-62" 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="black" points="153,-126.5 153,-145.5 281,-145.5 281,-126.5 153,-126.5"/>
<text text-anchor="middle" x="217" y="-133.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::unordered_map::end</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M86.34,-85.05C104.73,-94.97 129.88,-107.78 153,-117 158.57,-119.22 164.51,-121.33 170.43,-123.28"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.72,-126.73 180.31,-126.41 171.83,-120.05 169.72,-126.73"/>
</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="black" points="164,-77 164,-107 270,-107 270,-77 164,-77"/>
<text text-anchor="start" x="172" y="-95" font-family="Helvetica,sans-Serif" font-size="10.00">std::unordered_map</text>
<text text-anchor="middle" x="217" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00">::find</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M117.33,-78.13C129.23,-79.8 141.82,-81.57 153.87,-83.27"/>
<polygon fill="midnightblue" stroke="midnightblue" points="153.45,-86.74 163.84,-84.67 154.42,-79.81 153.45,-86.74"/>
</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="black" points="174,-38.5 174,-57.5 260,-57.5 260,-38.5 174,-38.5"/>
<text text-anchor="middle" x="217" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M117.33,-61.87C132.47,-59.74 148.71,-57.46 163.55,-55.37"/>
<polygon fill="midnightblue" stroke="midnightblue" points="164.15,-58.82 173.57,-53.96 163.18,-51.89 164.15,-58.82"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../d8/d77/namespacemachine__learning.html#a6f1c98c016ad34ff3d9f39372161bd35" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="157,-0.5 157,-19.5 277,-19.5 277,-0.5 157,-0.5"/>
<text text-anchor="middle" x="217" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning::sum</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M91.13,-54.99C109.07,-46.78 132.04,-36.72 153,-29 159.05,-26.77 165.49,-24.6 171.86,-22.57"/>
<polygon fill="midnightblue" stroke="midnightblue" points="173.23,-25.81 181.75,-19.51 171.16,-19.13 173.23,-25.81"/>
</g>
</g>
</svg>