mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-24 13:53:35 +08:00
84 lines
3.6 KiB
XML
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 6.0.1 (20220911.1526)
|
|
-->
|
|
<!-- 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->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M93.26,-54.95C78.2,-45.21 60.32,-33.65 46.57,-24.76"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="48.09,-21.58 37.79,-19.09 44.29,-27.46 48.09,-21.58"/>
|
|
</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->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M113.11,-54.95C108.57,-46.39 103.27,-36.42 98.85,-28.1"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="101.94,-26.45 94.15,-19.26 95.75,-29.73 101.94,-26.45"/>
|
|
</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->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M133.89,-54.95C138.43,-46.39 143.73,-36.42 148.15,-28.1"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.25,-29.73 152.85,-19.26 145.06,-26.45 151.25,-29.73"/>
|
|
</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->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M154.35,-54.95C169.87,-45.12 188.31,-33.43 202.39,-24.51"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="204.37,-27.4 210.94,-19.09 200.62,-21.49 204.37,-27.4"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|