mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-21 12:23:13 +08:00
83 lines
3.6 KiB
XML
83 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 2.49.1 (20210923.0004)
|
|
-->
|
|
<!-- Title: strings/z_function.cpp Pages: 1 -->
|
|
<svg width="258pt" height="84pt"
|
|
viewBox="0.00 0.00 257.50 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 253.5,-80 253.5,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="73,-56.5 73,-75.5 186,-75.5 186,-56.5 73,-56.5"/>
|
|
<text text-anchor="middle" x="129.5" 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 55,-19.5 55,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="27.5" 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="M113.11,-56.32C96.83,-47.7 71.63,-34.36 52.78,-24.39"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="54.32,-21.24 43.85,-19.65 51.05,-27.43 54.32,-21.24"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="73.5,-0.5 73.5,-19.5 119.5,-19.5 119.5,-0.5 73.5,-0.5"/>
|
|
<text text-anchor="middle" x="96.5" 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="M124.05,-56.08C119.49,-48.61 112.83,-37.72 107.21,-28.52"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="110.05,-26.46 101.85,-19.75 104.08,-30.11 110.05,-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="138,-0.5 138,-19.5 187,-19.5 187,-0.5 138,-0.5"/>
|
|
<text text-anchor="middle" x="162.5" 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="M134.95,-56.08C139.51,-48.61 146.17,-37.72 151.79,-28.52"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="154.92,-30.11 157.15,-19.75 148.95,-26.46 154.92,-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="205.5,-0.5 205.5,-19.5 249.5,-19.5 249.5,-0.5 205.5,-0.5"/>
|
|
<text text-anchor="middle" x="227.5" 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="M145.25,-56.32C160.82,-47.74 184.88,-34.49 202.96,-24.52"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="204.72,-27.55 211.79,-19.65 201.35,-21.42 204.72,-27.55"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|