TheAlgorithms-C/d9/dc3/lcs_8c__incl_org.svg

95 lines
3.9 KiB
XML
Raw Permalink Normal View History

<?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 9.0.0 (20230911.1827)
-->
<!-- Title: dynamic_programming/lcs.c Pages: 1 -->
<svg width="254pt" height="94pt"
viewBox="0.00 0.00 254.25 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/lcs.c</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Longest Common Subsequence algorithm">
<polygon fill="#999999" stroke="#666666" points="176.75,-85.75 62.5,-85.75 62.5,-55.25 176.75,-55.25 176.75,-85.75"/>
<text text-anchor="start" x="70.5" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
<text text-anchor="middle" x="119.62" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">/lcs.c</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="45.25,-19.25 0,-19.25 0,0 45.25,0 45.25,-19.25"/>
<text text-anchor="middle" x="22.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<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="M95.65,-54.95C80.88,-45.98 61.99,-34.52 47.13,-25.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.24,-22.68 38.87,-20.49 45.61,-28.67 49.24,-22.68"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="110.38,-19.25 62.88,-19.25 62.88,0 110.38,0 110.38,-19.25"/>
<text text-anchor="middle" x="86.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<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="M111.47,-54.95C107.17,-47.28 101.84,-37.77 97.23,-29.54"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="100.39,-28.03 92.45,-21.02 94.29,-31.46 100.39,-28.03"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="176.75,-19.25 128.5,-19.25 128.5,0 176.75,0 176.75,-19.25"/>
<text text-anchor="middle" x="152.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">string.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<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="M127.78,-54.95C132.08,-47.28 137.41,-37.77 142.02,-29.54"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="144.96,-31.46 146.8,-21.02 138.86,-28.03 144.96,-31.46"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="246.25,-19.25 195,-19.25 195,0 246.25,0 246.25,-19.25"/>
<text text-anchor="middle" x="220.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<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="M144.85,-54.8C160.23,-45.83 179.83,-34.41 195.24,-25.42"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="196.95,-28.48 203.83,-20.42 193.43,-22.43 196.95,-28.48"/>
</a>
</g>
</g>
</g>
</svg>