mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 19:17:21 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
<?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 8.0.2 (20230410.1723)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- 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)">
|
||||
<svg width="251pt" height="105pt"
|
||||
viewBox="0.00 0.00 250.62 105.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 101)">
|
||||
<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>
|
||||
<polygon fill="#999999" stroke="#666666" points="178.25,-97 64,-97 64,-55.25 178.25,-55.25 178.25,-97"/>
|
||||
<text text-anchor="start" x="72" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
|
||||
<text text-anchor="start" x="72" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">/longest_increasing</text>
|
||||
<text text-anchor="middle" x="121.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_subsequence.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -23,61 +23,61 @@
|
||||
<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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="48.25,-19.25 0,-19.25 0,0 48.25,0 48.25,-19.25"/>
|
||||
<text text-anchor="middle" x="24.12" y="-5.75" 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="M92.72,-54.6C78.01,-45.09 60.72,-33.91 47.22,-25.19"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.46,-21.82 39.16,-19.33 45.66,-27.7 49.46,-21.82"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M90.7,-54.89C76.39,-45.38 59.64,-34.24 46.52,-25.51"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="48.95,-22.27 38.69,-19.64 45.08,-28.1 48.95,-22.27"/>
|
||||
</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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="110.38,-19.25 65.88,-19.25 65.88,0 110.38,0 110.38,-19.25"/>
|
||||
<text text-anchor="middle" x="88.12" y="-5.75" 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="M112.93,-54.6C108.54,-46.33 103.47,-36.8 99.18,-28.72"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="101.88,-27.35 94.1,-20.16 95.7,-30.64 101.88,-27.35"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M110.86,-55.07C106.65,-46.84 101.81,-37.37 97.68,-29.29"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="100.44,-28 92.77,-20.7 94.2,-31.19 100.44,-28"/>
|
||||
</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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="181.88,-19.25 128.38,-19.25 128.38,0 181.88,0 181.88,-19.25"/>
|
||||
<text text-anchor="middle" x="155.12" y="-5.75" 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="M134.07,-54.6C138.46,-46.33 143.53,-36.8 147.82,-28.72"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.3,-30.64 152.9,-20.16 145.12,-27.35 151.3,-30.64"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M131.7,-55.07C136.03,-46.84 141.03,-37.37 145.28,-29.29"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.78,-31.17 150.34,-20.7 142.58,-27.91 148.78,-31.17"/>
|
||||
</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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="242.62,-19.25 199.62,-19.25 199.62,0 242.62,0 242.62,-19.25"/>
|
||||
<text text-anchor="middle" x="221.12" y="-5.75" 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.9,-54.6C169.91,-45.09 187.55,-33.91 201.32,-25.19"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="202.99,-27.64 209.56,-19.33 199.24,-21.73 202.99,-27.64"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M152.49,-54.89C167.24,-45.38 184.51,-34.24 198.04,-25.51"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="199.64,-28.01 206.14,-19.64 195.84,-22.12 199.64,-28.01"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.7 KiB |
Reference in New Issue
Block a user