Documentation for 170f7e59ff

This commit is contained in:
github-actions
2023-07-21 05:10:50 +00:00
parent c64f4cbb64
commit 85446f38f3
403 changed files with 7156 additions and 2316 deletions

View File

@@ -0,0 +1,7 @@
<map id="data_structures::treap::Treap" name="data_structures::treap::Treap">
<area shape="rect" id="Node000001" title="Struct representation of the treap." alt="" coords="114,154,262,195"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/array.html" title=" " alt="" coords="5,13,184,39"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="112,50,178,152,173,155,108,52"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/array.html" title=" " alt="" coords="207,5,358,46"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="264,60,203,155,198,152,260,57"/>
</map>

View File

@@ -0,0 +1 @@
50739112ee891e9d18129e02ad649cfd

View File

@@ -0,0 +1,89 @@
<?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)
-->
<!-- Title: data_structures::treap::Treap Pages: 1 -->
<svg width="272pt" height="150pt"
viewBox="0.00 0.00 272.25 150.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 146)">
<title>data_structures::treap::Treap</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Struct representation of the treap.">
<polygon fill="#999999" stroke="#666666" points="192.5,-30.5 81.25,-30.5 81.25,0 192.5,0 192.5,-30.5"/>
<text text-anchor="start" x="89.25" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::treap</text>
<text text-anchor="middle" x="136.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">::Treap</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/array.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="133.75,-136.38 0,-136.38 0,-117.12 133.75,-117.12 133.75,-136.38"/>
<text text-anchor="middle" x="66.88" y="-122.88" font-family="Helvetica,sans-Serif" font-size="10.00">std::array&lt; int, maxNode &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node2&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M78.39,-107.74C92.14,-86.23 114.88,-50.66 127.57,-30.8"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="75.04,-105.48 72.6,-115.79 80.94,-109.25 75.04,-105.48"/>
</a>
</g>
<text text-anchor="middle" x="131.5" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> cnt</text>
<text text-anchor="middle" x="131.5" y="-72.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">key</text>
<text text-anchor="middle" x="131.5" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">priority</text>
<text text-anchor="middle" x="131.5" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">size</text>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/array.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="264.25,-142 151.5,-142 151.5,-111.5 264.25,-111.5 264.25,-142"/>
<text text-anchor="start" x="159.5" y="-128.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::array&lt; std::array</text>
<text text-anchor="middle" x="207.88" y="-117.25" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; int, 2 &gt;, maxNode &gt;</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node1 -->
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node3&#45;&gt;Node1</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M192.65,-102.26C178.62,-80.63 158.23,-49.19 146.39,-30.92"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="190.22,-103.95 198.59,-110.43 196.09,-100.14 190.22,-103.95"/>
</a>
</g>
<text text-anchor="middle" x="201.12" y="-67.12" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> childs</text>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -0,0 +1,64 @@
<?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)
-->
<!-- Title: data_structures::treap::Treap Pages: 1 -->
<svg width="272pt" height="150pt"
viewBox="0.00 0.00 272.25 150.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 146)">
<title>data_structures::treap::Treap</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Struct representation of the treap.">
<polygon fill="#999999" stroke="#666666" points="192.5,-30.5 81.25,-30.5 81.25,0 192.5,0 192.5,-30.5"/>
<text text-anchor="start" x="89.25" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::treap</text>
<text text-anchor="middle" x="136.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">::Treap</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/array.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="133.75,-136.38 0,-136.38 0,-117.12 133.75,-117.12 133.75,-136.38"/>
<text text-anchor="middle" x="66.88" y="-122.88" font-family="Helvetica,sans-Serif" font-size="10.00">std::array&lt; int, maxNode &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node2&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M78.39,-107.74C92.14,-86.23 114.88,-50.66 127.57,-30.8"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="75.04,-105.48 72.6,-115.79 80.94,-109.25 75.04,-105.48"/>
</a>
</g>
<text text-anchor="middle" x="131.5" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> cnt</text>
<text text-anchor="middle" x="131.5" y="-72.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">key</text>
<text text-anchor="middle" x="131.5" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">priority</text>
<text text-anchor="middle" x="131.5" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">size</text>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/array.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="264.25,-142 151.5,-142 151.5,-111.5 264.25,-111.5 264.25,-142"/>
<text text-anchor="start" x="159.5" y="-128.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::array&lt; std::array</text>
<text text-anchor="middle" x="207.88" y="-117.25" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; int, 2 &gt;, maxNode &gt;</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node1 -->
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node3&#45;&gt;Node1</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M192.65,-102.26C178.62,-80.63 158.23,-49.19 146.39,-30.92"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="190.22,-103.95 198.59,-110.43 196.09,-100.14 190.22,-103.95"/>
</a>
</g>
<text text-anchor="middle" x="201.12" y="-67.12" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> childs</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB