Files
C-Plus-Plus/d3/d80/z__function_8cpp_ac186ca3ac3a69b5e52543bb13fe46db8_cgraph.svg
2022-08-11 18:49:02 +00:00

89 lines
4.1 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.0 (20220707.1540)
-->
<!-- Title: find_pat_in_text Pages: 1 -->
<svg width="366pt" height="104pt"
viewBox="0.00 0.00 366.00 104.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 100)">
<title>find_pat_in_text</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-100 362,-100 362,4 -4,4"/>
<!-- 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="#bfbfbf" stroke="black" points="0,-38.5 0,-57.5 86,-57.5 86,-38.5 0,-38.5"/>
<text text-anchor="middle" x="43" y="-45.5" 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="black" points="122,-76.5 122,-95.5 238,-95.5 238,-76.5 122,-76.5"/>
<text text-anchor="middle" x="180" y="-83.5" 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="midnightblue" d="M78.07,-57.59C95.41,-62.47 116.7,-68.46 135.25,-73.68"/>
<polygon fill="midnightblue" stroke="midnightblue" points="134.37,-77.07 144.94,-76.41 136.27,-70.34 134.37,-77.07"/>
</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="black" points="274,-38.5 274,-57.5 358,-57.5 358,-38.5 274,-38.5"/>
<text text-anchor="middle" x="316" y="-45.5" 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="midnightblue" d="M86.05,-48C133.89,-48 212.05,-48 263.51,-48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="263.74,-51.5 273.74,-48 263.74,-44.5 263.74,-51.5"/>
</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="black" points="149,-0.5 149,-19.5 211,-19.5 211,-0.5 149,-0.5"/>
<text text-anchor="middle" x="180" y="-7.5" 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="midnightblue" d="M78.07,-38.41C96.56,-33.21 119.53,-26.74 138.88,-21.29"/>
<polygon fill="midnightblue" stroke="midnightblue" points="139.95,-24.63 148.63,-18.55 138.06,-17.89 139.95,-24.63"/>
</g>
<!-- Node4&#45;&gt;Node3 -->
<g id="edge5" class="edge">
<title>Node4&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M211.07,-18.53C228.9,-23.58 251.79,-30.07 271.55,-35.68"/>
<polygon fill="midnightblue" stroke="midnightblue" points="270.68,-39.07 281.26,-38.43 272.59,-32.34 270.68,-39.07"/>
</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="black" points="290,-0.5 290,-19.5 342,-19.5 342,-0.5 290,-0.5"/>
<text text-anchor="middle" x="316" y="-7.5" 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="midnightblue" d="M211.07,-10C231.4,-10 258.33,-10 279.68,-10"/>
<polygon fill="midnightblue" stroke="midnightblue" points="279.97,-13.5 289.97,-10 279.97,-6.5 279.97,-13.5"/>
</g>
</g>
</svg>