mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-21 20:31:43 +08:00
82 lines
3.4 KiB
XML
82 lines
3.4 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/z_function.cpp Pages: 1 -->
|
|
<svg width="256pt" height="82pt"
|
|
viewBox="0.00 0.00 256.00 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/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="184.5,-74 71.5,-74 71.5,-55 184.5,-55 184.5,-74"/>
|
|
<text text-anchor="middle" x="128" y="-62" 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="54,-19 0,-19 0,0 54,0 54,-19"/>
|
|
<text text-anchor="middle" x="27" y="-7" 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="M110.87,-54.51C95.25,-46.31 71.92,-34.07 53.83,-24.58"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="55.7,-21.61 45.22,-20.06 52.45,-27.81 55.7,-21.61"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="118,-19 72,-19 72,0 118,0 118,-19"/>
|
|
<text text-anchor="middle" x="95" y="-7" 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="M122.55,-54.75C118.23,-47.81 112.04,-37.86 106.62,-29.16"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="109.62,-27.37 101.37,-20.73 103.68,-31.07 109.62,-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="185.5,-19 136.5,-19 136.5,0 185.5,0 185.5,-19"/>
|
|
<text text-anchor="middle" x="161" y="-7" 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="M133.45,-54.75C137.77,-47.81 143.96,-37.86 149.38,-29.16"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="152.32,-31.07 154.63,-20.73 146.38,-27.37 152.32,-31.07"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="248,-19 204,-19 204,0 248,0 248,-19"/>
|
|
<text text-anchor="middle" x="226" y="-7" 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="M144.62,-54.51C159.78,-46.31 182.42,-34.07 199.97,-24.58"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="201.16,-27.91 208.29,-20.08 197.83,-21.76 201.16,-27.91"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|