mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-23 05:12:40 +08:00
82 lines
3.5 KiB
XML
82 lines
3.5 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.4 (20230421.1958)
|
|
-->
|
|
<!-- Title: strings/z_function.cpp Pages: 1 -->
|
|
<svg width="252pt" height="83pt"
|
|
viewBox="0.00 0.00 252.25 82.50" 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.5)">
|
|
<title>strings/z_function.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="The Z function for finding occurences of a pattern within a piece of text with time and space complex...">
|
|
<polygon fill="#999999" stroke="#666666" points="181.75,-74.5 69.75,-74.5 69.75,-55.25 181.75,-55.25 181.75,-74.5"/>
|
|
<text text-anchor="middle" x="125.75" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">strings/z_function.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="53.5,-19.25 0,-19.25 0,0 53.5,0 53.5,-19.25"/>
|
|
<text text-anchor="middle" x="26.75" y="-5.75" 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="#63b8ff" d="M108.96,-54.84C93.6,-46.58 70.63,-34.23 52.87,-24.68"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="55.09,-21.36 44.63,-19.7 51.78,-27.52 55.09,-21.36"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="116.38,-19.25 71.12,-19.25 71.12,0 116.38,0 116.38,-19.25"/>
|
|
<text text-anchor="middle" x="93.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cstring</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M120.47,-55.08C116.18,-47.96 110.01,-37.68 104.67,-28.8"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="107.3,-27.38 99.15,-20.61 101.3,-30.98 107.3,-27.38"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="182.88,-19.25 134.62,-19.25 134.62,0 182.88,0 182.88,-19.25"/>
|
|
<text text-anchor="middle" x="158.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M131.2,-55.08C135.62,-47.96 141.99,-37.68 147.49,-28.8"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.89,-30.95 153.18,-20.61 144.94,-27.27 150.89,-30.95"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="244.25,-19.25 201.25,-19.25 201.25,0 244.25,0 244.25,-19.25"/>
|
|
<text text-anchor="middle" x="222.75" y="-5.75" 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="M142.2,-54.84C157.12,-46.66 179.34,-34.46 196.67,-24.94"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="198.13,-27.58 205.21,-19.7 194.76,-21.45 198.13,-27.58"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|