Files
C-Plus-Plus/d1/d40/longest__increasing__subsequence_8cpp__incl.svg
2021-10-03 01:48:06 +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.49.1 (20210923.0004)
-->
<!-- Title: dynamic_programming/longest_increasing_subsequence.cpp Pages: 1 -->
<svg width="256pt" height="106pt"
viewBox="0.00 0.00 255.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 251.5,-102 251.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="64.5,-56.5 64.5,-97.5 182.5,-97.5 182.5,-56.5 64.5,-56.5"/>
<text text-anchor="start" x="72.5" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
<text text-anchor="start" x="72.5" 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.5,-0.5 67.5,-19.5 111.5,-19.5 111.5,-0.5 67.5,-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,-0.5 130,-19.5 185,-19.5 185,-0.5 130,-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="203.5,-0.5 203.5,-19.5 247.5,-19.5 247.5,-0.5 203.5,-0.5"/>
<text text-anchor="middle" x="225.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="M154.1,-56.5C169.89,-46.44 188.8,-34.38 203.2,-25.21"/>
<polygon fill="midnightblue" stroke="midnightblue" points="205.37,-27.98 211.92,-19.65 201.61,-22.08 205.37,-27.98"/>
</g>
</g>
</svg>