Files
C-Plus-Plus/d3/d80/z__function_8cpp_ac186ca3ac3a69b5e52543bb13fe46db8_cgraph.svg
2024-08-30 17:22:07 +00:00

129 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 12.1.0 (20240811.2233)
-->
<!-- 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">
<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.23,-62.25 114.42,-67.68 131.58,-72.53"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.49,-75.86 141.06,-75.21 132.39,-69.13 130.49,-75.86"/>
</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.66,-47.29 209.63,-47.01 260.91,-46.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="260.9,-50.32 270.88,-46.78 260.87,-43.32 260.9,-50.32"/>
</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.8,-32.55 118.19,-26.5 136.55,-21.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.4,-24.71 146.07,-18.62 135.49,-17.97 137.4,-24.71"/>
</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.73,-22.6 247.55,-28.36 266.17,-33.52"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="265.09,-36.85 275.66,-36.15 266.96,-30.11 265.09,-36.85"/>
</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.11,-9.62 256.27,-9.62 277.29,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="277.15,-13.13 287.15,-9.63 277.15,-6.13 277.15,-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>