mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 03:28:29 +08:00
85 lines
3.8 KiB
XML
85 lines
3.8 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 2.47.3 (20210619.1520)
|
|
-->
|
|
<!-- Title: dynamic_programming/longest_palindromic_subsequence.cpp Pages: 1 -->
|
|
<svg width="269pt" height="106pt"
|
|
viewBox="0.00 0.00 269.00 106.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 102)">
|
|
<title>dynamic_programming/longest_palindromic_subsequence.cpp</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-102 265,-102 265,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Program to find the Longest Palindormic Subsequence of a string.">
|
|
<polygon fill="#bfbfbf" stroke="black" points="77,-56.5 77,-97.5 195,-97.5 195,-56.5 77,-56.5"/>
|
|
<text text-anchor="start" x="85" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
|
|
<text text-anchor="start" x="85" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">/longest_palindromic</text>
|
|
<text text-anchor="middle" x="136" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_subsequence.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 58,-19.5 58,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="29" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M103.9,-56.5C87.18,-46.34 67.12,-34.16 51.97,-24.95"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="53.61,-21.85 43.24,-19.65 49.97,-27.84 53.61,-21.85"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="76.5,-0.5 76.5,-19.5 125.5,-19.5 125.5,-0.5 76.5,-0.5"/>
|
|
<text text-anchor="middle" x="101" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M125.5,-56.5C120.7,-47.59 115.06,-37.11 110.4,-28.46"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="113.48,-26.8 105.66,-19.65 107.32,-30.12 113.48,-26.8"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="143.5,-0.5 143.5,-19.5 198.5,-19.5 198.5,-0.5 143.5,-0.5"/>
|
|
<text text-anchor="middle" x="171" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="midnightblue" d="M146.5,-56.5C151.3,-47.59 156.94,-37.11 161.6,-28.46"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="164.68,-30.12 166.34,-19.65 158.52,-26.8 164.68,-30.12"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="217,-0.5 217,-19.5 261,-19.5 261,-0.5 217,-0.5"/>
|
|
<text text-anchor="middle" x="239" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="midnightblue" d="M166.9,-56.5C182.85,-46.44 201.94,-34.38 216.48,-25.21"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="218.7,-27.95 225.29,-19.65 214.96,-22.03 218.7,-27.95"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|