Files
C-Plus-Plus/d1/d40/longest__increasing__subsequence_8cpp__incl.svg
2023-01-22 19:44:10 +00:00

84 lines
3.6 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: dynamic_programming/longest_increasing_subsequence.cpp Pages: 1 -->
<svg width="255pt" height="104pt"
viewBox="0.00 0.00 254.50 104.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 100)">
<title>dynamic_programming/longest_increasing_subsequence.cpp</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Calculate the length of the longest increasing subsequence in an array.">
<polygon fill="#999999" stroke="#666666" points="181,-96 66,-96 66,-55 181,-55 181,-96"/>
<text text-anchor="start" x="74" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
<text text-anchor="start" x="74" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">/longest_increasing</text>
<text text-anchor="middle" x="123.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_subsequence.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="49,-19 0,-19 0,0 49,0 49,-19"/>
<text text-anchor="middle" x="24.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M92.72,-54.6C78.15,-45.19 61.05,-34.13 47.62,-25.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.73,-22.64 39.43,-20.15 45.93,-28.52 49.73,-22.64"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="112,-19 67,-19 67,0 112,0 112,-19"/>
<text text-anchor="middle" x="89.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">climits</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M112.93,-54.6C108.64,-46.52 103.7,-37.23 99.47,-29.27"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="102.59,-27.69 94.81,-20.5 96.41,-30.97 102.59,-27.69"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="184.5,-19 130.5,-19 130.5,0 184.5,0 184.5,-19"/>
<text text-anchor="middle" x="157.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M134.07,-54.6C138.36,-46.52 143.3,-37.23 147.53,-29.27"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.59,-30.97 152.19,-20.5 144.41,-27.69 150.59,-30.97"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="246.5,-19 202.5,-19 202.5,0 246.5,0 246.5,-19"/>
<text text-anchor="middle" x="224.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M154.9,-54.6C169.76,-45.19 187.21,-34.13 200.92,-25.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="202.71,-28.45 209.29,-20.14 198.97,-22.54 202.71,-28.45"/>
</g>
</g>
</svg>