mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-01 01:32:32 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
<?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/subset_sum.cpp Pages: 1 -->
|
||||
<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)">
|
||||
<svg width="290pt" height="94pt"
|
||||
viewBox="0.00 0.00 289.62 93.75" 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.75)">
|
||||
<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-set sum problem] (https://en.wikipedia.org/wiki/Subset_sum_problem) algorithm,...">
|
||||
<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>
|
||||
<polygon fill="#999999" stroke="#666666" points="193.25,-85.75 79,-85.75 79,-55.25 193.25,-55.25 193.25,-85.75"/>
|
||||
<text text-anchor="start" x="87" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
|
||||
<text text-anchor="middle" x="136.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">/subset_sum.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,61 +22,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="M109.57,-54.54C91.76,-45.32 68.81,-33.44 51.23,-24.34"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="53.08,-20.84 42.59,-19.35 49.86,-27.05 53.08,-20.84"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M108.15,-54.8C90.6,-45.57 68.11,-33.75 50.81,-24.65"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="52.78,-21.21 42.3,-19.65 49.52,-27.41 52.78,-21.21"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="121.5,-19 67.5,-19 67.5,0 121.5,0 121.5,-19"/>
|
||||
<text text-anchor="middle" x="94.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="119.88,-19.25 66.38,-19.25 66.38,0 119.88,0 119.88,-19.25"/>
|
||||
<text text-anchor="middle" x="93.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M126.87,-54.54C120.94,-46.48 113.52,-36.38 107.28,-27.89"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="109.62,-26.16 100.88,-20.18 103.98,-30.31 109.62,-26.16"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M125.5,-54.95C119.64,-46.93 112.33,-36.92 106.13,-28.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="108.48,-26.71 99.75,-20.7 102.83,-30.84 108.48,-26.71"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="220.5,-19.25 137.75,-19.25 137.75,0 220.5,0 220.5,-19.25"/>
|
||||
<text text-anchor="middle" x="179.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">unordered_map</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M148.38,-54.54C154.44,-46.48 162.04,-36.38 168.42,-27.89"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="171.76,-30.27 174.98,-20.18 166.17,-26.06 171.76,-30.27"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M146.75,-54.95C152.61,-46.93 159.92,-36.92 166.12,-28.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="169.42,-30.84 172.5,-20.7 163.77,-26.71 169.42,-30.84"/>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:title=" ">
|
||||
<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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="281.62,-19.25 238.62,-19.25 238.62,0 281.62,0 281.62,-19.25"/>
|
||||
<text text-anchor="middle" x="260.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="M168.65,-54.54C188.78,-45.19 214.82,-33.1 234.51,-23.96"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="235.85,-26.73 243.45,-19.35 232.9,-20.38 235.85,-26.73"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M167.1,-54.8C186.8,-45.44 212.13,-33.41 231.38,-24.27"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="232.58,-27.1 240.11,-19.65 229.57,-20.78 232.58,-27.1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.6 KiB |
Reference in New Issue
Block a user