Files
C-Plus-Plus/d3/d80/z__function_8cpp_ac186ca3ac3a69b5e52543bb13fe46db8_cgraph.svg
2022-09-02 14:36:25 +00:00

88 lines
3.9 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 5.0.1 (20220820.1526)
-->
<!-- Title: find_pat_in_text Pages: 1 -->
<svg width="366pt" height="103pt"
viewBox="0.00 0.00 366.00 103.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 99)">
<title>find_pat_in_text</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Using Z_function to find a pattern in a text.">
<polygon fill="#999999" stroke="#666666" points="86,-57 0,-57 0,-38 86,-38 86,-57"/>
<text text-anchor="middle" x="43" y="-45" font-family="Helvetica,sans-Serif" font-size="10.00">find_pat_in_text</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/push_back.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="238,-95 122,-95 122,-76 238,-76 238,-95"/>
<text text-anchor="middle" x="180" y="-83" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::push_back</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M78.07,-57.09C95.41,-61.97 116.7,-67.96 135.25,-73.18"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.37,-76.57 144.94,-75.91 136.27,-69.84 134.37,-76.57"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="358,-56 274,-56 274,-37 358,-37 358,-56"/>
<text text-anchor="middle" x="316" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::size</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M86.05,-47.34C133.89,-47.17 212.05,-46.88 263.51,-46.69"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="263.76,-50.19 273.74,-46.65 263.73,-43.19 263.76,-50.19"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../d3/d80/z__function_8cpp.html#ac044c4794349a8cff6256b99950d5773" target="_top" xlink:title="for IO operations">
<polygon fill="white" stroke="#666666" points="211,-19 149,-19 149,0 211,0 211,-19"/>
<text text-anchor="middle" x="180" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">Z_function</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M78.07,-37.91C96.56,-32.71 119.53,-26.24 138.88,-20.79"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="139.95,-24.13 148.63,-18.05 138.06,-17.39 139.95,-24.13"/>
</g>
<!-- Node4&#45;&gt;Node3 -->
<g id="edge5" class="edge">
<title>Node4&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M211.07,-17.8C228.55,-22.63 250.91,-28.8 270.4,-34.19"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="269.72,-37.63 280.29,-36.92 271.59,-30.88 269.72,-37.63"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/algorithm/min.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="342,-19 290,-19 290,0 342,0 342,-19"/>
<text text-anchor="middle" x="316" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">std::min</text>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node4&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M211.07,-9.5C231.4,-9.5 258.33,-9.5 279.68,-9.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="279.97,-13 289.97,-9.5 279.97,-6 279.97,-13"/>
</g>
</g>
</svg>