2022-12-24 09:52:24 +08:00
|
|
|
<?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">
|
2023-04-14 05:36:06 +08:00
|
|
|
<!-- Generated by graphviz version 8.0.2 (20230410.1723)
|
2022-12-24 09:52:24 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: dynamic_programming/lcs.c Pages: 1 -->
|
|
|
|
<svg width="258pt" height="93pt"
|
|
|
|
viewBox="0.00 0.00 258.00 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/lcs.c</title>
|
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title="Longest Common Subsequence algorithm">
|
|
|
|
<polygon fill="#999999" stroke="#666666" points="178.5,-85 63.5,-85 63.5,-55 178.5,-55 178.5,-85"/>
|
|
|
|
<text text-anchor="start" x="71.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
|
|
|
|
<text text-anchor="middle" x="121" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">/lcs.c</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="46,-19 0,-19 0,0 46,0 46,-19"/>
|
|
|
|
<text text-anchor="middle" x="23" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
2023-04-08 03:38:36 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M96.78,-54.54C81.62,-45.49 62.17,-33.88 47.04,-24.85"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.2,-21.47 38.82,-19.35 45.61,-27.48 49.2,-21.47"/>
|
2022-12-24 09:52:24 +08:00
|
|
|
</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 64,-19 64,0 112,0 112,-19"/>
|
|
|
|
<text text-anchor="middle" x="88" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->Node3</title>
|
2023-04-08 03:38:36 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M112.84,-54.54C108.44,-46.74 102.96,-37.03 98.27,-28.71"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="100.86,-27.17 92.89,-20.18 94.76,-30.6 100.86,-27.17"/>
|
2022-12-24 09:52:24 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node4 -->
|
|
|
|
<g id="node4" class="node">
|
|
|
|
<title>Node4</title>
|
|
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="179.5,-19 130.5,-19 130.5,0 179.5,0 179.5,-19"/>
|
|
|
|
<text text-anchor="middle" x="155" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">string.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node4 -->
|
|
|
|
<g id="edge3" class="edge">
|
|
|
|
<title>Node1->Node4</title>
|
2023-04-08 03:38:36 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M129.4,-54.54C133.99,-46.65 139.71,-36.81 144.58,-28.44"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.96,-30.58 149.96,-20.18 141.91,-27.06 147.96,-30.58"/>
|
2022-12-24 09:52:24 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node5 -->
|
|
|
|
<g id="node5" class="node">
|
|
|
|
<title>Node5</title>
|
|
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="250,-19 198,-19 198,0 250,0 250,-19"/>
|
|
|
|
<text text-anchor="middle" x="224" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node5 -->
|
|
|
|
<g id="edge4" class="edge">
|
|
|
|
<title>Node1->Node5</title>
|
2023-04-08 03:38:36 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M146.46,-54.54C162.54,-45.4 183.22,-33.66 199.18,-24.6"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="200.46,-27.33 207.42,-19.35 197,-21.24 200.46,-27.33"/>
|
2022-12-24 09:52:24 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|