mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-24 18:43:17 +08:00
82 lines
3.3 KiB
XML
82 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 7.0.6 (20230106.0513)
|
|
-->
|
|
<!-- Title: others/kadanes3.cpp Pages: 1 -->
|
|
<svg width="249pt" height="82pt"
|
|
viewBox="0.00 0.00 249.00 82.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 78)">
|
|
<title>others/kadanes3.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Efficient implementation for maximum contiguous subarray sum by Kadane's algorithm.">
|
|
<polygon fill="#999999" stroke="#666666" points="166.5,-74 59.5,-74 59.5,-55 166.5,-55 166.5,-74"/>
|
|
<text text-anchor="middle" x="113" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">others/kadanes3.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="38,-19 0,-19 0,0 38,0 38,-19"/>
|
|
<text text-anchor="middle" x="19" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M97.05,-54.51C82.65,-46.39 61.21,-34.3 44.44,-24.85"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="46.46,-21.96 36.03,-20.1 43.02,-28.06 46.46,-21.96"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="105.5,-19 56.5,-19 56.5,0 105.5,0 105.5,-19"/>
|
|
<text text-anchor="middle" x="81" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M107.72,-54.75C103.53,-47.81 97.52,-37.86 92.27,-29.16"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="95.35,-27.49 87.18,-20.74 89.35,-31.11 95.35,-27.49"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="168.5,-19 123.5,-19 123.5,0 168.5,0 168.5,-19"/>
|
|
<text text-anchor="middle" x="146" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">climits</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M118.45,-54.75C122.77,-47.81 128.96,-37.86 134.38,-29.16"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.32,-31.07 139.63,-20.73 131.38,-27.37 137.32,-31.07"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="241,-19 187,-19 187,0 241,0 241,-19"/>
|
|
<text text-anchor="middle" x="214" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M130.13,-54.51C145.75,-46.31 169.08,-34.07 187.17,-24.58"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="188.55,-27.81 195.78,-20.06 185.3,-21.61 188.55,-27.81"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|