mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-16 14:14:27 +08:00
Documentation for 7bab516e59
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<map id="data_structures::SkipList" name="data_structures::SkipList">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="5,109,172,136"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/shared_ptr.html" title=" " alt="" coords="15,5,162,47"/>
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="5,109,173,136"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/shared_ptr.html" title=" " alt="" coords="15,5,163,47"/>
|
||||
</map>
|
||||
|
||||
@@ -4,17 +4,17 @@
|
||||
<!-- Generated by graphviz version 2.47.3 (20210619.1520)
|
||||
-->
|
||||
<!-- Title: data_structures::SkipList Pages: 1 -->
|
||||
<svg width="133pt" height="106pt"
|
||||
viewBox="0.00 0.00 133.00 106.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="134pt" height="106pt"
|
||||
viewBox="0.00 0.00 134.00 106.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 102)">
|
||||
<title>data_structures::SkipList</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-102 129,-102 129,4 -4,4"/>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-102 130,-102 130,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title=" ">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-19.5 125,-19.5 125,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="62.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::SkipList</text>
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-19.5 126,-19.5 126,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="63" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::SkipList</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,18 +22,18 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="7.5,-67.5 7.5,-97.5 117.5,-97.5 117.5,-67.5 7.5,-67.5"/>
|
||||
<polygon fill="white" stroke="black" points="7.5,-67.5 7.5,-97.5 118.5,-97.5 118.5,-67.5 7.5,-67.5"/>
|
||||
<text text-anchor="start" x="15.5" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr< data</text>
|
||||
<text text-anchor="middle" x="62.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">_structures::Node ></text>
|
||||
<text text-anchor="middle" x="63" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">_structures::Node ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M62.5,-57.09C62.5,-44.21 62.5,-29.2 62.5,-19.89"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="59,-57.23 62.5,-67.23 66,-57.23 59,-57.23"/>
|
||||
<text text-anchor="middle" x="79" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> header</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M63,-57.09C63,-44.21 63,-29.2 63,-19.89"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="59.5,-57.23 63,-67.23 66.5,-57.23 59.5,-57.23"/>
|
||||
<text text-anchor="middle" x="80" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> header</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user