mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-25 06:12:11 +08:00
68 lines
2.9 KiB
XML
68 lines
2.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 2.49.1 (20210923.0004)
|
|
-->
|
|
<!-- Title: strings/horspool.cpp Pages: 1 -->
|
|
<svg width="235pt" height="84pt"
|
|
viewBox="0.00 0.00 235.00 84.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 80)">
|
|
<title>strings/horspool.cpp</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 231,-80 231,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Horspool's algorithm that finds if a string contains a substring (https://en.wikipedia....">
|
|
<polygon fill="#bfbfbf" stroke="black" points="63.5,-56.5 63.5,-75.5 169.5,-75.5 169.5,-56.5 63.5,-56.5"/>
|
|
<text text-anchor="middle" x="116.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">strings/horspool.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 55,-19.5 55,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="27.5" y="-7.5" 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="midnightblue" d="M102.2,-56.32C88.32,-47.9 67.01,-34.97 50.7,-25.07"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="52.13,-21.85 41.76,-19.65 48.5,-27.83 52.13,-21.85"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="73,-0.5 73,-19.5 160,-19.5 160,-0.5 73,-0.5"/>
|
|
<text text-anchor="middle" x="116.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">unordered_map</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M116.5,-56.08C116.5,-49.01 116.5,-38.86 116.5,-29.99"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="120,-29.75 116.5,-19.75 113,-29.75 120,-29.75"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="178,-0.5 178,-19.5 227,-19.5 227,-0.5 178,-0.5"/>
|
|
<text text-anchor="middle" x="202.5" y="-7.5" 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="midnightblue" d="M130.32,-56.32C143.73,-47.9 164.32,-34.97 180.09,-25.07"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="182.11,-27.94 188.72,-19.65 178.39,-22.01 182.11,-27.94"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|