mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-26 11:37:13 +08:00
Documentation for 3741b41a8a
This commit is contained in:
8
d5/d48/shortest__common__supersequence_8cpp__incl.map
Normal file
8
d5/d48/shortest__common__supersequence_8cpp__incl.map
Normal file
@@ -0,0 +1,8 @@
|
||||
<map id="dynamic_programming/shortest_common_supersequence.cpp" name="dynamic_programming/shortest_common_supersequence.cpp">
|
||||
<area shape="rect" id="node1" title="SCS is a string Z which is the shortest supersequence of strings X and Y (may not be continuous in Z,..." alt="" coords="85,5,336,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,95,77,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="102,95,157,121"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="181,95,240,121"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="264,95,339,121"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="363,95,429,121"/>
|
||||
</map>
|
||||
1
d5/d48/shortest__common__supersequence_8cpp__incl.md5
Normal file
1
d5/d48/shortest__common__supersequence_8cpp__incl.md5
Normal file
@@ -0,0 +1 @@
|
||||
caf903dfe1ec36f116d325afdef736ae
|
||||
98
d5/d48/shortest__common__supersequence_8cpp__incl.svg
Normal file
98
d5/d48/shortest__common__supersequence_8cpp__incl.svg
Normal file
@@ -0,0 +1,98 @@
|
||||
<?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 2.44.1 (20200629.0846)
|
||||
-->
|
||||
<!-- Title: dynamic_programming/shortest_common_supersequence.cpp Pages: 1 -->
|
||||
<svg width="326pt" height="95pt"
|
||||
viewBox="0.00 0.00 325.50 95.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 91)">
|
||||
<title>dynamic_programming/shortest_common_supersequence.cpp</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 321.5,-91 321.5,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="SCS is a string Z which is the shortest supersequence of strings X and Y (may not be continuous in Z,...">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="60,-56.5 60,-86.5 248,-86.5 248,-56.5 60,-56.5"/>
|
||||
<text text-anchor="start" x="68" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
|
||||
<text text-anchor="middle" x="154" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">/shortest_common_supersequence.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 54,-19.5 54,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="27" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="midnightblue" d="M123.9,-56.4C102.88,-46.55 75.03,-33.5 54.58,-23.92"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="56.02,-20.73 45.48,-19.66 53.05,-27.07 56.02,-20.73"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="72.5,-0.5 72.5,-19.5 113.5,-19.5 113.5,-0.5 72.5,-0.5"/>
|
||||
<text text-anchor="middle" x="93" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">string</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="midnightblue" d="M139.54,-56.4C130.41,-47.49 118.58,-35.95 109.14,-26.74"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="111.48,-24.13 101.88,-19.66 106.59,-29.15 111.48,-24.13"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="132,-0.5 132,-19.5 176,-19.5 176,-0.5 132,-0.5"/>
|
||||
<text text-anchor="middle" x="154" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<path fill="none" stroke="midnightblue" d="M154,-56.4C154,-48.47 154,-38.46 154,-29.86"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="157.5,-29.66 154,-19.66 150.5,-29.66 157.5,-29.66"/>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="194,-0.5 194,-19.5 250,-19.5 250,-0.5 194,-0.5"/>
|
||||
<text text-anchor="middle" x="222" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<path fill="none" stroke="midnightblue" d="M170.12,-56.4C180.4,-47.4 193.75,-35.72 204.33,-26.47"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="206.88,-28.88 212.11,-19.66 202.27,-23.61 206.88,-28.88"/>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="268.5,-0.5 268.5,-19.5 317.5,-19.5 317.5,-0.5 268.5,-0.5"/>
|
||||
<text text-anchor="middle" x="293" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<path fill="none" stroke="midnightblue" d="M186.94,-56.4C210.16,-46.46 240.99,-33.26 263.42,-23.66"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="264.96,-26.81 272.77,-19.66 262.2,-20.38 264.96,-26.81"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.3 KiB |
Reference in New Issue
Block a user