mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 11:37:18 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
<?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.0.2 (20230410.1723)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- Title: data_structures/skip_list.cpp Pages: 1 -->
|
||||
<svg width="374pt" height="93pt"
|
||||
viewBox="0.00 0.00 374.00 93.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 89)">
|
||||
<svg width="369pt" height="94pt"
|
||||
viewBox="0.00 0.00 369.38 93.75" 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 89.75)">
|
||||
<title>data_structures/skip_list.cpp</title>
|
||||
<!-- 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="#999999" stroke="#666666" points="226.5,-85 121.5,-85 121.5,-55 226.5,-55 226.5,-85"/>
|
||||
<text text-anchor="start" x="129.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/skip</text>
|
||||
<text text-anchor="middle" x="174" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_list.cpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="224.12,-85.75 119.62,-85.75 119.62,-55.25 224.12,-55.25 224.12,-85.75"/>
|
||||
<text text-anchor="start" x="127.62" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/skip</text>
|
||||
<text text-anchor="middle" x="171.88" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_list.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,91 +22,91 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="38,-19 0,-19 0,0 38,0 38,-19"/>
|
||||
<text text-anchor="middle" x="19" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="37.75,-19.25 0,-19.25 0,0 37.75,0 37.75,-19.25"/>
|
||||
<text text-anchor="middle" x="18.88" y="-5.75" 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="#63b8ff" d="M135.69,-54.54C108.82,-44.4 73.43,-31.04 48.7,-21.71"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="50.08,-18.11 39.48,-17.85 47.6,-24.66 50.08,-18.11"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M133.66,-54.8C107.14,-44.59 72.34,-31.2 48.04,-21.85"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.6,-18.31 39.01,-17.99 47.08,-24.84 49.6,-18.31"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="102,-19 56,-19 56,0 102,0 102,-19"/>
|
||||
<text text-anchor="middle" x="79" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cstring</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="101.5,-19.25 56.25,-19.25 56.25,0 101.5,0 101.5,-19.25"/>
|
||||
<text text-anchor="middle" x="78.88" y="-5.75" 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="#63b8ff" d="M150.52,-54.54C135.96,-45.58 117.33,-34.1 102.73,-25.11"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="104.72,-21.61 94.37,-19.35 101.05,-27.57 104.72,-21.61"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M148.89,-54.95C134.73,-45.98 116.62,-34.52 102.37,-25.5"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="104.53,-22.09 94.21,-19.7 100.79,-28.01 104.53,-22.09"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="161.5,-19 120.5,-19 120.5,0 161.5,0 161.5,-19"/>
|
||||
<text text-anchor="middle" x="141" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">ctime</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="159.88,-19.25 119.88,-19.25 119.88,0 159.88,0 159.88,-19.25"/>
|
||||
<text text-anchor="middle" x="139.88" y="-5.75" 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="#63b8ff" d="M165.84,-54.54C161.44,-46.74 155.96,-37.03 151.27,-28.71"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="153.86,-27.17 145.89,-20.18 147.76,-30.6 153.86,-27.17"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M163.96,-54.95C159.75,-47.19 154.52,-37.56 150,-29.26"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="152.66,-27.82 144.81,-20.7 146.51,-31.16 152.66,-27.82"/>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="234,-19 180,-19 180,0 234,0 234,-19"/>
|
||||
<text text-anchor="middle" x="207" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="231.62,-19.25 178.12,-19.25 178.12,0 231.62,0 231.62,-19.25"/>
|
||||
<text text-anchor="middle" x="204.88" y="-5.75" 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="#63b8ff" d="M182.16,-54.54C186.56,-46.74 192.04,-37.03 196.73,-28.71"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="200.24,-30.6 202.11,-20.18 194.14,-27.17 200.24,-30.6"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M180.03,-54.95C184.38,-47.19 189.78,-37.56 194.43,-29.26"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="197.95,-31.14 199.79,-20.7 191.85,-27.71 197.95,-31.14"/>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="304,-19 252,-19 252,0 304,0 304,-19"/>
|
||||
<text text-anchor="middle" x="278" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">memory</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="300.5,-19.25 249.25,-19.25 249.25,0 300.5,0 300.5,-19.25"/>
|
||||
<text text-anchor="middle" x="274.88" y="-5.75" 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="#63b8ff" d="M199.71,-54.54C215.95,-45.4 236.83,-33.66 252.94,-24.6"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="254.27,-27.3 261.27,-19.35 250.84,-21.2 254.27,-27.3"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M197.6,-54.8C213.59,-45.66 234.04,-33.97 249.89,-24.91"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="251.13,-27.66 258.08,-19.65 247.66,-21.58 251.13,-27.66"/>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="node7" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_node7"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="366,-19 322,-19 322,0 366,0 366,-19"/>
|
||||
<text text-anchor="middle" x="344" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="361.38,-19.25 318.38,-19.25 318.38,0 361.38,0 361.38,-19.25"/>
|
||||
<text text-anchor="middle" x="339.88" y="-5.75" 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="#63b8ff" d="M216.02,-54.54C245.54,-44.38 284.43,-31 311.56,-21.66"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="312.38,-24.74 320.69,-18.18 310.1,-18.12 312.38,-24.74"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M213.84,-54.8C242.88,-44.62 280.95,-31.27 307.63,-21.93"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="308.67,-24.92 316.95,-18.31 306.35,-18.31 308.67,-24.92"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.8 KiB |
Reference in New Issue
Block a user