Documentation for 0d766b0f8a

This commit is contained in:
realstealthninja
2024-11-04 12:32:06 +00:00
parent fb1d00ead7
commit 4fb6e622e9
280 changed files with 2978 additions and 4001 deletions

View File

@@ -4,18 +4,18 @@
<!-- Generated by graphviz version 12.1.2 (20240928.0832)
-->
<!-- Title: dynamic_programming/longest_increasing_subsequence.cpp Pages: 1 -->
<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">
<svg width="314pt" height="105pt"
viewBox="0.00 0.00 313.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="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Calculate the length of the longest increasing subsequence in an array.">
<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>
<polygon fill="#999999" stroke="#666666" points="208.25,-97 94,-97 94,-55.25 208.25,-55.25 208.25,-97"/>
<text text-anchor="start" x="102" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
<text text-anchor="start" x="102" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">/longest_increasing</text>
<text text-anchor="middle" x="151.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_subsequence.cpp</text>
</a>
</g>
</g>
@@ -32,8 +32,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M90.7,-54.89C76.53,-45.47 59.96,-34.46 46.9,-25.77"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.21,-23.11 38.95,-20.48 45.34,-28.93 49.21,-23.11"/>
<path fill="none" stroke="#63b8ff" d="M111.29,-54.89C92.01,-45.1 69.34,-33.59 51.95,-24.76"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="53.73,-21.74 43.23,-20.33 50.56,-27.98 53.73,-21.74"/>
</a>
</g>
</g>
@@ -50,8 +50,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M110.86,-55.07C106.75,-47.03 102.03,-37.8 97.96,-29.84"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="101.13,-28.35 93.46,-21.04 94.89,-31.54 101.13,-28.35"/>
<path fill="none" stroke="#63b8ff" d="M131.54,-55.07C122.96,-46.29 113,-36.09 104.78,-27.68"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="107.53,-25.49 98.04,-20.78 102.53,-30.38 107.53,-25.49"/>
</a>
</g>
</g>
@@ -59,8 +59,8 @@
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:title=" ">
<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>
<polygon fill="#e0e0e0" stroke="#999999" points="173.75,-19.25 128.5,-19.25 128.5,0 173.75,0 173.75,-19.25"/>
<text text-anchor="middle" x="151.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cstdint</text>
</a>
</g>
</g>
@@ -68,8 +68,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M131.7,-55.07C135.94,-47.03 140.8,-37.8 145,-29.84"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.07,-31.51 149.64,-21.03 141.88,-28.25 148.07,-31.51"/>
<path fill="none" stroke="#63b8ff" d="M151.12,-55.07C151.12,-47.4 151.12,-38.64 151.12,-30.95"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="154.63,-31.21 151.13,-21.21 147.63,-31.21 154.63,-31.21"/>
</a>
</g>
</g>
@@ -77,8 +77,8 @@
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a xlink:title=" ">
<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>
<polygon fill="#e0e0e0" stroke="#999999" points="244.88,-19.25 191.38,-19.25 191.38,0 244.88,0 244.88,-19.25"/>
<text text-anchor="middle" x="218.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
@@ -86,8 +86,26 @@
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M152.49,-54.89C167.1,-45.47 184.18,-34.46 197.65,-25.77"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="199.36,-28.83 205.87,-20.46 195.57,-22.94 199.36,-28.83"/>
<path fill="none" stroke="#63b8ff" d="M171.96,-55.07C181.08,-46.29 191.67,-36.09 200.41,-27.68"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="202.84,-30.2 207.61,-20.75 197.98,-25.16 202.84,-30.2"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_Node000006"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="305.62,-19.25 262.62,-19.25 262.62,0 305.62,0 305.62,-19.25"/>
<text text-anchor="middle" x="284.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node6 -->
<g id="edge5_Node000001_Node000006" class="edge">
<title>Node1&#45;&gt;Node6</title>
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M192.84,-54.89C213.13,-45.06 237,-33.48 255.24,-24.63"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="256.69,-27.82 264.17,-20.3 253.64,-21.52 256.69,-27.82"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB