mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 11:07:27 +08:00
84 lines
3.6 KiB
XML
84 lines
3.6 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 8.0.2 (20230410.1723)
|
|
-->
|
|
<!-- Title: dynamic_programming/longest_palindromic_subsequence.cpp Pages: 1 -->
|
|
<svg width="266pt" height="104pt"
|
|
viewBox="0.00 0.00 266.00 104.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 100)">
|
|
<title>dynamic_programming/longest_palindromic_subsequence.cpp</title>
|
|
<!-- 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="#999999" stroke="#666666" points="191.5,-96 76.5,-96 76.5,-55 191.5,-55 191.5,-96"/>
|
|
<text text-anchor="start" x="84.5" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
|
|
<text text-anchor="start" x="84.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">/longest_palindromic</text>
|
|
<text text-anchor="middle" x="134" y="-62" 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="#e0e0e0" stroke="#999999" points="56,-19 0,-19 0,0 56,0 56,-19"/>
|
|
<text text-anchor="middle" x="28" y="-7" 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="#63b8ff" d="M101.04,-54.6C85.14,-45 66.42,-33.7 51.91,-24.94"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="54,-21.5 43.63,-19.33 50.38,-27.5 54,-21.5"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="123.5,-19 74.5,-19 74.5,0 123.5,0 123.5,-19"/>
|
|
<text text-anchor="middle" x="99" y="-7" 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="#63b8ff" d="M123.12,-54.6C118.6,-46.33 113.39,-36.8 108.97,-28.72"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="111.61,-27.26 103.74,-20.16 105.46,-30.62 111.61,-27.26"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="196,-19 142,-19 142,0 196,0 196,-19"/>
|
|
<text text-anchor="middle" x="169" y="-7" 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="#63b8ff" d="M144.88,-54.6C149.4,-46.33 154.61,-36.8 159.03,-28.72"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.54,-30.62 164.26,-20.16 156.39,-27.26 162.54,-30.62"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="258,-19 214,-19 214,0 258,0 258,-19"/>
|
|
<text text-anchor="middle" x="236" y="-7" 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="#63b8ff" d="M165.71,-54.6C181.01,-45 199.03,-33.7 212.99,-24.94"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="214.32,-27.61 220.93,-19.33 210.6,-21.68 214.32,-27.61"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|