Files
C-Plus-Plus/d3/d80/z__function_8cpp_ac186ca3ac3a69b5e52543bb13fe46db8_cgraph.svg
2023-06-16 21:18:14 +00:00

128 lines
5.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 8.0.5 (20230430.1635)
-->
<!-- Title: find_pat_in_text Pages: 1 -->
<svg width="364pt" height="103pt"
viewBox="0.00 0.00 364.25 103.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 99.25)">
<title>find_pat_in_text</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Using Z_function to find a pattern in a text.">
<polygon fill="#999999" stroke="#666666" points="85,-57.25 0,-57.25 0,-38 85,-38 85,-57.25"/>
<text text-anchor="middle" x="42.5" y="-43.75" font-family="Helvetica,sans-Serif" font-size="10.00">find_pat_in_text</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/push_back.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="236.75,-95.25 121,-95.25 121,-76 236.75,-76 236.75,-95.25"/>
<text text-anchor="middle" x="178.88" y="-81.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::push_back</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M79.16,-57.71C95.38,-62.3 114.78,-67.78 132.07,-72.67"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.94,-76.27 141.52,-75.63 132.85,-69.54 130.94,-76.27"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="356.25,-56.25 272.75,-56.25 272.75,-37 356.25,-37 356.25,-56.25"/>
<text text-anchor="middle" x="314.5" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::size</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M85.39,-47.47C132.86,-47.29 210.28,-47.01 261.55,-46.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="261.41,-50.31 271.4,-46.78 261.38,-43.31 261.41,-50.31"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:href="../../d3/d80/z__function_8cpp.html#ac044c4794349a8cff6256b99950d5773" target="_top" xlink:title="for IO operations">
<polygon fill="white" stroke="#666666" points="209.75,-19.25 148,-19.25 148,0 209.75,0 209.75,-19.25"/>
<text text-anchor="middle" x="178.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">Z_function</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M79.16,-37.54C96.97,-32.51 118.6,-26.39 137.07,-21.17"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.85,-24.3 146.52,-18.21 135.95,-17.56 137.85,-24.3"/>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node3 -->
<g id="edge5_Node000004_Node000003" class="edge">
<title>Node4&#45;&gt;Node3</title>
<g id="a_edge5_Node000004_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M210.2,-18.02C226.88,-22.64 247.95,-28.47 266.69,-33.66"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="265.55,-37.26 276.12,-36.55 267.42,-30.51 265.55,-37.26"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/algorithm/min.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="340.12,-19.25 288.88,-19.25 288.88,0 340.12,0 340.12,-19.25"/>
<text text-anchor="middle" x="314.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::min</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node5 -->
<g id="edge4_Node000004_Node000005" class="edge">
<title>Node4&#45;&gt;Node5</title>
<g id="a_edge4_Node000004_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M210.2,-9.62C230.3,-9.62 256.76,-9.62 277.87,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="277.66,-13.13 287.66,-9.62 277.66,-6.13 277.66,-13.13"/>
</a>
</g>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>