mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-22 12:52:48 +08:00
83 lines
3.5 KiB
XML
83 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 2.50.0 (20211204.2007)
|
|
-->
|
|
<!-- Title: strings/z_function.cpp Pages: 1 -->
|
|
<svg width="256pt" height="84pt"
|
|
viewBox="0.00 0.00 256.00 84.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 80)">
|
|
<title>strings/z_function.cpp</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 252,-80 252,4 -4,4"/>
|
|
<!-- 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="#bfbfbf" stroke="black" points="71.5,-56.5 71.5,-75.5 184.5,-75.5 184.5,-56.5 71.5,-56.5"/>
|
|
<text text-anchor="middle" x="128" y="-63.5" 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="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 54,-19.5 54,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="27" y="-7.5" 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="midnightblue" d="M111.77,-56.32C95.65,-47.7 70.7,-34.36 52.04,-24.39"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="53.66,-21.28 43.19,-19.65 50.36,-27.46 53.66,-21.28"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="72,-0.5 72,-19.5 118,-19.5 118,-0.5 72,-0.5"/>
|
|
<text text-anchor="middle" x="95" y="-7.5" 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="midnightblue" d="M122.55,-56.08C117.99,-48.61 111.33,-37.72 105.71,-28.52"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="108.55,-26.46 100.35,-19.75 102.58,-30.11 108.55,-26.46"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="136.5,-0.5 136.5,-19.5 185.5,-19.5 185.5,-0.5 136.5,-0.5"/>
|
|
<text text-anchor="middle" x="161" y="-7.5" 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="midnightblue" d="M133.45,-56.08C138.01,-48.61 144.67,-37.72 150.29,-28.52"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="153.42,-30.11 155.65,-19.75 147.45,-26.46 153.42,-30.11"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="204,-0.5 204,-19.5 248,-19.5 248,-0.5 204,-0.5"/>
|
|
<text text-anchor="middle" x="226" 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="M143.75,-56.32C159.32,-47.74 183.38,-34.49 201.46,-24.52"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="203.22,-27.55 210.29,-19.65 199.85,-21.42 203.22,-27.55"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|