Files
C-Plus-Plus/dd/d05/manacher__algorithm_8cpp__incl.svg
2023-01-22 19:44:10 +00:00

82 lines
3.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.6 (20230106.0513)
-->
<!-- Title: strings/manacher_algorithm.cpp Pages: 1 -->
<svg width="256pt" height="82pt"
viewBox="0.00 0.00 255.50 82.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 78)">
<title>strings/manacher_algorithm.cpp</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Implementation of Manacher&#39;s Algorithm">
<polygon fill="#999999" stroke="#666666" points="205,-74 50,-74 50,-55 205,-55 205,-74"/>
<text text-anchor="middle" x="127.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">strings/manacher_algorithm.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="49,-19 0,-19 0,0 49,0 49,-19"/>
<text text-anchor="middle" x="24.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M110.03,-54.51C94.1,-46.31 70.31,-34.07 51.86,-24.58"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="53.55,-21.51 43.06,-20.05 50.35,-27.74 53.55,-21.51"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="121.5,-19 67.5,-19 67.5,0 121.5,0 121.5,-19"/>
<text text-anchor="middle" x="94.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M122.05,-54.75C117.73,-47.81 111.54,-37.86 106.12,-29.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="109.12,-27.37 100.87,-20.73 103.18,-31.07 109.12,-27.37"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="183.5,-19 139.5,-19 139.5,0 183.5,0 183.5,-19"/>
<text text-anchor="middle" x="161.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M133.11,-54.75C137.62,-47.73 144.09,-37.64 149.71,-28.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="152.49,-31.02 154.95,-20.72 146.6,-27.24 152.49,-31.02"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="247.5,-19 201.5,-19 201.5,0 247.5,0 247.5,-19"/>
<text text-anchor="middle" x="224.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cstring</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M143.95,-54.51C158.82,-46.39 180.94,-34.3 198.25,-24.85"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="199.86,-27.95 206.96,-20.08 196.51,-21.81 199.86,-27.95"/>
</g>
</g>
</svg>