mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-25 06:12:11 +08:00
Documentation for ade6010d11
This commit is contained in:
7
da/dc1/longest__palindromic__subsequence_8cpp__incl.map
Normal file
7
da/dc1/longest__palindromic__subsequence_8cpp__incl.map
Normal file
@@ -0,0 +1,7 @@
|
||||
<map id="dynamic_programming/longest_palindromic_subsequence.cpp" name="dynamic_programming/longest_palindromic_subsequence.cpp">
|
||||
<area shape="rect" id="node1" title="Program to find the Longest Palindormic Subsequence of a string." alt="" coords="107,5,261,61"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,109,80,136"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="105,109,170,136"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="195,109,267,136"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="291,109,349,136"/>
|
||||
</map>
|
||||
1
da/dc1/longest__palindromic__subsequence_8cpp__incl.md5
Normal file
1
da/dc1/longest__palindromic__subsequence_8cpp__incl.md5
Normal file
@@ -0,0 +1 @@
|
||||
eedd430632b5865778044535e31156c1
|
||||
84
da/dc1/longest__palindromic__subsequence_8cpp__incl.svg
Normal file
84
da/dc1/longest__palindromic__subsequence_8cpp__incl.svg
Normal file
@@ -0,0 +1,84 @@
|
||||
<?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.46.0 (20210118.1747)
|
||||
-->
|
||||
<!-- Title: dynamic_programming/longest_palindromic_subsequence.cpp Pages: 1 -->
|
||||
<svg width="266pt" height="106pt"
|
||||
viewBox="0.00 0.00 266.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 262,-102 262,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="76.5,-56.5 76.5,-97.5 191.5,-97.5 191.5,-56.5 76.5,-56.5"/>
|
||||
<text text-anchor="start" x="84.5" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
|
||||
<text text-anchor="start" x="84.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">/longest_palindromic</text>
|
||||
<text text-anchor="middle" x="134" 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 56,-19.5 56,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="28" 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="M102.2,-56.5C85.63,-46.34 65.76,-34.16 50.75,-24.95"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="52.46,-21.9 42.11,-19.65 48.81,-27.86 52.46,-21.9"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="74.5,-0.5 74.5,-19.5 123.5,-19.5 123.5,-0.5 74.5,-0.5"/>
|
||||
<text text-anchor="middle" x="99" 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="M123.5,-56.5C118.7,-47.59 113.06,-37.11 108.4,-28.46"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="111.48,-26.8 103.66,-19.65 105.32,-30.12 111.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="142,-0.5 142,-19.5 196,-19.5 196,-0.5 142,-0.5"/>
|
||||
<text text-anchor="middle" x="169" 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="M144.5,-56.5C149.3,-47.59 154.94,-37.11 159.6,-28.46"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="162.68,-30.12 164.34,-19.65 156.52,-26.8 162.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="214,-0.5 214,-19.5 258,-19.5 258,-0.5 214,-0.5"/>
|
||||
<text text-anchor="middle" x="236" 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="M164.6,-56.5C180.39,-46.44 199.3,-34.38 213.7,-25.21"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="215.87,-27.98 222.42,-19.65 212.11,-22.08 215.87,-27.98"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.8 KiB |
Reference in New Issue
Block a user