mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
52 lines
2.3 KiB
XML
52 lines
2.3 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: test Pages: 1 -->
|
||
|
<svg width="127pt" height="64pt"
|
||
|
viewBox="0.00 0.00 127.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>test</title>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="Self-test implementations.">
|
||
|
<polygon fill="#999999" stroke="#666666" points="33,-37 0,-37 0,-18 33,-18 33,-37"/>
|
||
|
<text text-anchor="middle" x="16.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">test</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#a741c9173a9fef243518f5c2352b81fc0" target="_top" xlink:title="@breif Builds the LCS according to B using a traceback approach">
|
||
|
<polygon fill="white" stroke="#666666" points="119,-56 69,-56 69,-37 119,-37 119,-56"/>
|
||
|
<text text-anchor="middle" x="94" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">lcsbuild</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M33.14,-31.44C40.29,-33.24 49.07,-35.45 57.68,-37.61"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.73,-40.98 67.28,-40.03 58.44,-34.19 56.73,-40.98"/>
|
||
|
</g>
|
||
|
<!-- Node3 -->
|
||
|
<g id="node3" class="node">
|
||
|
<title>Node3</title>
|
||
|
<g id="a_node3"><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="115,-19 73,-19 73,0 115,0 115,-19"/>
|
||
|
<text text-anchor="middle" x="94" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">lcslen</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node1->Node3</title>
|
||
|
<path fill="none" stroke="#63b8ff" d="M33.14,-23.77C41.34,-21.82 51.68,-19.35 61.45,-17.02"/>
|
||
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.11,-20.46 71.03,-14.74 60.49,-13.65 62.11,-20.46"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|