Documentation for 6376bf46af

This commit is contained in:
github-actions
2023-09-27 18:42:32 +00:00
parent d28eba1fef
commit b5b4d78981
5708 changed files with 52275 additions and 51112 deletions

View File

@@ -1,11 +1,11 @@
<map id="strings/rabin_karp.cpp" name="strings/rabin_karp.cpp">
<area shape="rect" id="Node000001" title="The Rabin&#45;Karp Algorithm for finding a pattern within a piece of text with complexity O(n + m)" alt="" coords="92,5,242,31"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="5,79,70,105"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="146,34,74,74,71,69,144,29"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="146,34,74,73,72,69,144,29"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="94,79,152,105"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="162,33,140,68,136,65,157,30"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="162,33,141,67,136,64,157,30"/>
<area shape="rect" id="Node000004" title=" " alt="" coords="175,79,247,105"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="176,30,198,65,194,68,172,33"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="176,30,198,64,193,67,172,33"/>
<area shape="rect" id="Node000005" title=" " alt="" coords="270,79,330,105"/>
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="191,29,266,69,263,74,188,34"/>
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="191,29,265,69,263,74,188,34"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: strings/rabin_karp.cpp Pages: 1 -->
<svg width="252pt" height="83pt"
@@ -40,8 +40,8 @@
<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="M104.67,-54.84C89.76,-46.66 67.53,-34.46 50.21,-24.94"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="52.11,-21.45 41.66,-19.7 48.74,-27.58 52.11,-21.45"/>
<path fill="none" stroke="#63b8ff" d="M104.67,-54.84C89.9,-46.73 67.95,-34.68 50.69,-25.21"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="52.44,-22.18 41.99,-20.43 49.07,-28.31 52.44,-22.18"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<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="M115.68,-55.08C111.26,-47.96 104.89,-37.68 99.39,-28.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="101.94,-27.27 93.69,-20.61 95.99,-30.95 101.94,-27.27"/>
<path fill="none" stroke="#63b8ff" d="M115.68,-55.08C111.35,-48.11 105.16,-38.12 99.74,-29.37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="102.73,-27.55 94.49,-20.9 96.78,-31.24 102.73,-27.55"/>
</a>
</g>
</g>
@@ -76,8 +76,8 @@
<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="M126.57,-55.08C130.99,-47.96 137.36,-37.68 142.86,-28.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.26,-30.95 148.56,-20.61 140.31,-27.27 146.26,-30.95"/>
<path fill="none" stroke="#63b8ff" d="M126.57,-55.08C130.9,-48.11 137.09,-38.12 142.51,-29.37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.47,-31.24 147.76,-20.9 139.52,-27.55 145.47,-31.24"/>
</a>
</g>
</g>
@@ -94,8 +94,8 @@
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M138.09,-54.84C153.53,-46.62 176.59,-34.34 194.49,-24.81"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="195.9,-27.49 203.08,-19.7 192.61,-21.31 195.9,-27.49"/>
<path fill="none" stroke="#63b8ff" d="M138.09,-54.84C153.39,-46.69 176.16,-34.57 193.99,-25.08"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="195.56,-28.2 202.74,-20.41 192.27,-22.02 195.56,-28.2"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: strings/rabin_karp.cpp Pages: 1 -->
<svg width="252pt" height="83pt"
@@ -30,8 +30,8 @@
<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="M104.67,-54.84C89.76,-46.66 67.53,-34.46 50.21,-24.94"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="52.11,-21.45 41.66,-19.7 48.74,-27.58 52.11,-21.45"/>
<path fill="none" stroke="#63b8ff" d="M104.67,-54.84C89.9,-46.73 67.95,-34.68 50.69,-25.21"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="52.44,-22.18 41.99,-20.43 49.07,-28.31 52.44,-22.18"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<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="M115.68,-55.08C111.26,-47.96 104.89,-37.68 99.39,-28.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="101.94,-27.27 93.69,-20.61 95.99,-30.95 101.94,-27.27"/>
<path fill="none" stroke="#63b8ff" d="M115.68,-55.08C111.35,-48.11 105.16,-38.12 99.74,-29.37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="102.73,-27.55 94.49,-20.9 96.78,-31.24 102.73,-27.55"/>
</a>
</g>
</g>
@@ -66,8 +66,8 @@
<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="M126.57,-55.08C130.99,-47.96 137.36,-37.68 142.86,-28.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.26,-30.95 148.56,-20.61 140.31,-27.27 146.26,-30.95"/>
<path fill="none" stroke="#63b8ff" d="M126.57,-55.08C130.9,-48.11 137.09,-38.12 142.51,-29.37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.47,-31.24 147.76,-20.9 139.52,-27.55 145.47,-31.24"/>
</a>
</g>
</g>
@@ -84,8 +84,8 @@
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M138.09,-54.84C153.53,-46.62 176.59,-34.34 194.49,-24.81"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="195.9,-27.49 203.08,-19.7 192.61,-21.31 195.9,-27.49"/>
<path fill="none" stroke="#63b8ff" d="M138.09,-54.84C153.39,-46.69 176.16,-34.57 193.99,-25.08"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="195.56,-28.2 202.74,-20.41 192.27,-22.02 195.56,-28.2"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB