Files
C-Plus-Plus/df/d94/subarray__sum_8cpp_af5687bbd9faf927fbd363c71e0baba5e_cgraph.svg
2022-01-02 02:55:05 +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.50.0 (20211204.2007)
-->
<!-- Title: backtracking::subarray_sum::subarray_sum Pages: 1 -->
<svg width="285pt" height="154pt"
viewBox="0.00 0.00 285.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 281,-150 281,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 116,-85 116,-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" 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="152,-126.5 152,-145.5 277,-145.5 277,-126.5 152,-126.5"/>
<text text-anchor="middle" x="214.5" 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="M85.71,-85.01C104,-94.91 129.02,-107.72 152,-117 157.51,-119.22 163.38,-121.35 169.23,-123.31"/>
<polygon fill="midnightblue" stroke="midnightblue" points="168.39,-126.72 178.99,-126.45 170.54,-120.05 168.39,-126.72"/>
</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="163,-77 163,-107 266,-107 266,-77 163,-77"/>
<text text-anchor="start" x="171" y="-95" font-family="Helvetica,sans-Serif" font-size="10.00">std::unordered_map</text>
<text text-anchor="middle" x="214.5" 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="M116.09,-78.13C128.04,-79.83 140.69,-81.63 152.77,-83.35"/>
<polygon fill="midnightblue" stroke="midnightblue" points="152.37,-86.83 162.76,-84.77 153.35,-79.9 152.37,-86.83"/>
</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="171,-38.5 171,-57.5 258,-57.5 258,-38.5 171,-38.5"/>
<text text-anchor="middle" x="214.5" 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="M116.09,-61.87C130.62,-59.8 146.17,-57.59 160.48,-55.55"/>
<polygon fill="midnightblue" stroke="midnightblue" points="161.24,-58.98 170.65,-54.1 160.26,-52.05 161.24,-58.98"/>
</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="156,-0.5 156,-19.5 273,-19.5 273,-0.5 156,-0.5"/>
<text text-anchor="middle" x="214.5" 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="M90.9,-54.84C108.68,-46.67 131.34,-36.72 152,-29 157.91,-26.79 164.2,-24.64 170.42,-22.61"/>
<polygon fill="midnightblue" stroke="midnightblue" points="171.59,-25.91 180.07,-19.56 169.48,-19.24 171.59,-25.91"/>
</g>
</g>
</svg>