Files
C-Plus-Plus/d1/d40/longest__increasing__subsequence_8cpp__incl.svg
2022-01-02 02:55:05 +00:00

85 lines
3.8 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: dynamic_programming/longest_increasing_subsequence.cpp Pages: 1 -->
<svg width="255pt" height="106pt"
viewBox="0.00 0.00 254.50 106.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 102)">
<title>dynamic_programming/longest_increasing_subsequence.cpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-102 250.5,-102 250.5,4 -4,4"/>
<!-- 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="#bfbfbf" stroke="black" points="66,-56.5 66,-97.5 181,-97.5 181,-56.5 66,-56.5"/>
<text text-anchor="start" x="74" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
<text text-anchor="start" x="74" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">/longest_increasing</text>
<text text-anchor="middle" x="123.5" y="-63.5" 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="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 49,-19.5 49,-0.5 0,-0.5"/>
<text text-anchor="middle" x="24.5" y="-7.5" 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="midnightblue" d="M93.8,-56.5C78.47,-46.44 60.12,-34.38 46.15,-25.21"/>
<polygon fill="midnightblue" stroke="midnightblue" points="47.96,-22.22 37.68,-19.65 44.12,-28.07 47.96,-22.22"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="67,-0.5 67,-19.5 112,-19.5 112,-0.5 67,-0.5"/>
<text text-anchor="middle" x="89.5" y="-7.5" 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="midnightblue" d="M113.3,-56.5C108.69,-47.68 103.28,-37.34 98.78,-28.74"/>
<polygon fill="midnightblue" stroke="midnightblue" points="101.76,-26.89 94.03,-19.65 95.56,-30.14 101.76,-26.89"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="130.5,-0.5 130.5,-19.5 184.5,-19.5 184.5,-0.5 130.5,-0.5"/>
<text text-anchor="middle" x="157.5" y="-7.5" 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="midnightblue" d="M133.7,-56.5C138.31,-47.68 143.72,-37.34 148.22,-28.74"/>
<polygon fill="midnightblue" stroke="midnightblue" points="151.44,-30.14 152.97,-19.65 145.24,-26.89 151.44,-30.14"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="202.5,-0.5 202.5,-19.5 246.5,-19.5 246.5,-0.5 202.5,-0.5"/>
<text text-anchor="middle" x="224.5" y="-7.5" 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="midnightblue" d="M153.8,-56.5C169.44,-46.44 188.16,-34.38 202.41,-25.21"/>
<polygon fill="midnightblue" stroke="midnightblue" points="204.54,-28.01 211.06,-19.65 200.75,-22.12 204.54,-28.01"/>
</g>
</g>
</svg>