Documentation for 5b238724b8

This commit is contained in:
github-actions
2023-01-24 20:08:07 +00:00
parent 168c9b72c2
commit ddd2ef965b
385 changed files with 6854 additions and 3666 deletions

View File

@@ -4,17 +4,17 @@
<!-- Generated by graphviz version 7.0.6 (20230106.0513)
-->
<!-- Title: dynamic_programming/subset_sum.cpp Pages: 1 -->
<svg width="293pt" height="93pt"
viewBox="0.00 0.00 293.00 93.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg width="294pt" height="93pt"
viewBox="0.00 0.00 293.50 93.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 89)">
<title>dynamic_programming/subset_sum.cpp</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Implements [Sub&#45;set sum problem] (https://en.wikipedia.org/wiki/Subset_sum_problem) algorithm,...">
<polygon fill="#999999" stroke="#666666" points="185,-85 70,-85 70,-55 185,-55 185,-85"/>
<text text-anchor="start" x="78" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
<text text-anchor="middle" x="127.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">/subset_sum.cpp</text>
<polygon fill="#999999" stroke="#666666" points="195,-85 80,-85 80,-55 195,-55 195,-85"/>
<text text-anchor="start" x="88" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
<text text-anchor="middle" x="137.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">/subset_sum.cpp</text>
</a>
</g>
</g>
@@ -30,8 +30,8 @@
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M102.04,-54.54C86.11,-45.49 65.67,-33.88 49.77,-24.85"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="51.82,-21.99 41.39,-20.09 48.36,-28.08 51.82,-21.99"/>
<path fill="none" stroke="#63b8ff" d="M109.57,-54.54C91.92,-45.4 69.23,-33.66 51.73,-24.6"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="53.42,-21.53 42.93,-20.04 50.2,-27.75 53.42,-21.53"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
@@ -45,38 +45,38 @@
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M119.34,-54.54C114.99,-46.82 109.59,-37.24 104.93,-28.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="108.1,-27.48 100.14,-20.49 102,-30.92 108.1,-27.48"/>
<path fill="none" stroke="#63b8ff" d="M126.87,-54.54C121.07,-46.65 113.84,-36.81 107.68,-28.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="110.52,-26.38 101.77,-20.39 104.88,-30.53 110.52,-26.38"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="183.5,-19 139.5,-19 139.5,0 183.5,0 183.5,-19"/>
<text text-anchor="middle" x="161.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
<polygon fill="#e0e0e0" stroke="#999999" points="223,-19 140,-19 140,0 223,0 223,-19"/>
<text text-anchor="middle" x="181.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">unordered_map</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M135.9,-54.54C140.39,-46.82 145.96,-37.24 150.75,-28.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="153.7,-30.89 155.7,-20.48 147.65,-27.37 153.7,-30.89"/>
<path fill="none" stroke="#63b8ff" d="M148.38,-54.54C154.38,-46.56 161.87,-36.59 168.22,-28.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="170.85,-30.48 174.07,-20.38 165.26,-26.27 170.85,-30.48"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="285,-19 202,-19 202,0 285,0 285,-19"/>
<text text-anchor="middle" x="243.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">unordered_map</text>
<polygon fill="#e0e0e0" stroke="#999999" points="285.5,-19 241.5,-19 241.5,0 285.5,0 285.5,-19"/>
<text text-anchor="middle" x="263.5" y="-7" 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="#63b8ff" d="M156.17,-54.54C174.37,-45.36 197.8,-33.55 215.8,-24.47"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="217.25,-27.66 224.61,-20.03 214.1,-21.41 217.25,-27.66"/>
<path fill="none" stroke="#63b8ff" d="M168.65,-54.54C188.69,-45.23 214.58,-33.22 234.24,-24.09"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="235.48,-27.37 243.07,-19.98 232.53,-21.02 235.48,-27.37"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB