mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-30 08:41:30 +08:00
Documentation for fe692e8e01
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<map id="data_structures/skip_list.cpp" name="data_structures/skip_list.cpp">
|
||||
<area shape="rect" id="node1" title="Data structure for fast searching and insertion in  time." alt="" coords="167,5,309,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,95,57,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="82,95,143,121"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="167,95,221,121"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="245,95,319,121"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="343,95,413,121"/>
|
||||
<area shape="rect" id="node7" title=" " alt="" coords="438,95,497,121"/>
|
||||
<area shape="rect" id="node1" title="Data structure for fast searching and insertion in  time." alt="" coords="167,5,307,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,95,56,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="80,95,141,121"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="166,95,221,121"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="245,95,317,121"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="341,95,411,121"/>
|
||||
<area shape="rect" id="node7" title=" " alt="" coords="435,95,493,121"/>
|
||||
</map>
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
<?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.3 (20211023.0002)
|
||||
<!-- Generated by graphviz version 2.50.0 (20211204.2007)
|
||||
-->
|
||||
<!-- Title: data_structures/skip_list.cpp Pages: 1 -->
|
||||
<svg width="377pt" height="95pt"
|
||||
viewBox="0.00 0.00 376.50 95.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="374pt" height="95pt"
|
||||
viewBox="0.00 0.00 374.00 95.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 91)">
|
||||
<title>data_structures/skip_list.cpp</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 372.5,-91 372.5,4 -4,4"/>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 370,-91 370,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Data structure for fast searching and insertion in  time.">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="121.5,-56.5 121.5,-86.5 227.5,-86.5 227.5,-56.5 121.5,-56.5"/>
|
||||
<polygon fill="#bfbfbf" stroke="black" points="121.5,-56.5 121.5,-86.5 226.5,-86.5 226.5,-56.5 121.5,-56.5"/>
|
||||
<text text-anchor="start" x="129.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/skip</text>
|
||||
<text text-anchor="middle" x="174.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_list.cpp</text>
|
||||
<text text-anchor="middle" x="174" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_list.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -23,91 +23,91 @@
|
||||
<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 39,-19.5 39,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="19.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 38,-19.5 38,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="19" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="midnightblue" d="M137.77,-56.4C110.58,-45.96 74.04,-31.93 48.8,-22.25"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="49.99,-18.95 39.4,-18.64 47.48,-25.49 49.99,-18.95"/>
|
||||
<path fill="none" stroke="midnightblue" d="M137.27,-56.4C109.76,-45.84 72.69,-31.61 47.42,-21.91"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="48.63,-18.63 38.04,-18.31 46.12,-25.16 48.63,-18.63"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="57.5,-0.5 57.5,-19.5 103.5,-19.5 103.5,-0.5 57.5,-0.5"/>
|
||||
<text text-anchor="middle" x="80.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cstring</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="56,-0.5 56,-19.5 102,-19.5 102,-0.5 56,-0.5"/>
|
||||
<text text-anchor="middle" x="79" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cstring</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="midnightblue" d="M152.22,-56.4C137.3,-46.95 117.72,-34.56 102.79,-25.11"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="104.5,-22.05 94.18,-19.66 100.76,-27.96 104.5,-22.05"/>
|
||||
<path fill="none" stroke="midnightblue" d="M151.49,-56.4C136.4,-46.95 116.61,-34.56 101.53,-25.11"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="103.16,-22 92.82,-19.66 99.44,-27.93 103.16,-22"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="121.5,-0.5 121.5,-19.5 161.5,-19.5 161.5,-0.5 121.5,-0.5"/>
|
||||
<text text-anchor="middle" x="141.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">ctime</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="120.5,-0.5 120.5,-19.5 161.5,-19.5 161.5,-0.5 120.5,-0.5"/>
|
||||
<text text-anchor="middle" x="141" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">ctime</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<path fill="none" stroke="midnightblue" d="M166.68,-56.4C162.03,-48.02 156.1,-37.33 151.16,-28.42"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="154.21,-26.71 146.3,-19.66 148.09,-30.1 154.21,-26.71"/>
|
||||
<path fill="none" stroke="midnightblue" d="M166.18,-56.4C161.53,-48.02 155.6,-37.33 150.66,-28.42"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="153.71,-26.71 145.8,-19.66 147.59,-30.1 153.71,-26.71"/>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="180,-0.5 180,-19.5 235,-19.5 235,-0.5 180,-0.5"/>
|
||||
<text text-anchor="middle" x="207.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="180,-0.5 180,-19.5 234,-19.5 234,-0.5 180,-0.5"/>
|
||||
<text text-anchor="middle" x="207" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<path fill="none" stroke="midnightblue" d="M182.32,-56.4C186.97,-48.02 192.9,-37.33 197.84,-28.42"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="200.91,-30.1 202.7,-19.66 194.79,-26.71 200.91,-30.1"/>
|
||||
<path fill="none" stroke="midnightblue" d="M181.82,-56.4C186.47,-48.02 192.4,-37.33 197.34,-28.42"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="200.41,-30.1 202.2,-19.66 194.29,-26.71 200.41,-30.1"/>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="253,-0.5 253,-19.5 306,-19.5 306,-0.5 253,-0.5"/>
|
||||
<text text-anchor="middle" x="279.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">memory</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="252,-0.5 252,-19.5 304,-19.5 304,-0.5 252,-0.5"/>
|
||||
<text text-anchor="middle" x="278" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">memory</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<path fill="none" stroke="midnightblue" d="M199.38,-56.4C216.21,-46.86 238.34,-34.32 255.07,-24.84"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="257.25,-27.63 264.22,-19.66 253.8,-21.54 257.25,-27.63"/>
|
||||
<path fill="none" stroke="midnightblue" d="M198.65,-56.4C215.32,-46.86 237.23,-34.32 253.81,-24.84"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="255.93,-27.66 262.87,-19.66 252.45,-21.59 255.93,-27.66"/>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="node7" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_node7"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="324.5,-0.5 324.5,-19.5 368.5,-19.5 368.5,-0.5 324.5,-0.5"/>
|
||||
<text text-anchor="middle" x="346.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="322,-0.5 322,-19.5 366,-19.5 366,-0.5 322,-0.5"/>
|
||||
<text text-anchor="middle" x="344" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node7 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<path fill="none" stroke="midnightblue" d="M215.26,-56.4C245.7,-45.87 286.7,-31.69 314.73,-21.99"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="316.11,-25.21 324.42,-18.64 313.83,-18.6 316.11,-25.21"/>
|
||||
<path fill="none" stroke="midnightblue" d="M214.29,-56.4C244.19,-45.93 284.43,-31.85 312.11,-22.16"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="313.42,-25.41 321.7,-18.8 311.11,-18.8 313.42,-25.41"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
Reference in New Issue
Block a user