mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
67 lines
3.0 KiB
XML
67 lines
3.0 KiB
XML
|
<?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 7.0.4 (20221203.1631)
|
||
|
-->
|
||
|
<!-- Title: main Pages: 1 -->
|
||
|
<svg width="201pt" height="64pt"
|
||
|
viewBox="0.00 0.00 201.00 64.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 60)">
|
||
|
<title>main</title>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="Main function.">
|
||
|
<polygon fill="#999999" stroke="#666666" points="38,-37 0,-37 0,-18 38,-18 38,-37"/>
|
||
|
<text text-anchor="middle" x="19" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2 -->
|
||
|
<g id="node2" class="node">
|
||
|
<title>Node2</title>
|
||
|
<g id="a_node2"><a xlink:href="../../db/de1/lcs_8c.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self-test implementations.">
|
||
|
<polygon fill="white" stroke="#666666" points="107,-37 74,-37 74,-18 107,-18 107,-37"/>
|
||
|
<text text-anchor="middle" x="90.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M38.26,-27.5C45.72,-27.5 54.5,-27.5 62.66,-27.5"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.44,-31 72.44,-27.5 62.44,-24 62.44,-31"/>
|
||
|
</g>
|
||
|
<!-- Node3 -->
|
||
|
<g id="node3" class="node">
|
||
|
<title>Node3</title>
|
||
|
<g id="a_node3"><a xlink:href="../../db/de1/lcs_8c.html#a741c9173a9fef243518f5c2352b81fc0" target="_top" xlink:title="@breif Builds the LCS according to B using a traceback approach">
|
||
|
<polygon fill="white" stroke="#666666" points="193,-56 143,-56 143,-37 193,-37 193,-56"/>
|
||
|
<text text-anchor="middle" x="168" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">lcsbuild</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node2->Node3</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M107.14,-31.44C114.29,-33.24 123.07,-35.45 131.68,-37.61"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.73,-40.98 141.28,-40.03 132.44,-34.19 130.73,-40.98"/>
|
||
|
</g>
|
||
|
<!-- Node4 -->
|
||
|
<g id="node4" class="node">
|
||
|
<title>Node4</title>
|
||
|
<g id="a_node4"><a xlink:href="../../db/de1/lcs_8c.html#ac107a0b0233dacb9e8cd3a983d6740b6" target="_top" xlink:title="@breif Computes LCS between s1 and s2 using a dynamic-programming approach">
|
||
|
<polygon fill="white" stroke="#666666" points="189,-19 147,-19 147,0 189,0 189,-19"/>
|
||
|
<text text-anchor="middle" x="168" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">lcslen</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2->Node4 -->
|
||
|
<g id="edge3" class="edge">
|
||
|
<title>Node2->Node4</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M107.14,-23.77C115.34,-21.82 125.68,-19.35 135.45,-17.02"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="136.11,-20.46 145.03,-14.74 134.49,-13.65 136.11,-20.46"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|