Documentation for 53a6c16730

This commit is contained in:
github-actions
2022-01-16 16:05:19 +00:00
parent 778f1be9e5
commit 2cab28c905
3620 changed files with 52045 additions and 41188 deletions

View File

@@ -0,0 +1,5 @@
<map id="graph::is_graph_bipartite::Graph" name="graph::is_graph_bipartite::Graph">
<area shape="rect" id="node1" title="Class for representing graph as an adjacency list." alt="" coords="7,199,171,240"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector" title=" " alt="" coords="99,95,258,136"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector" title=" " alt="" coords="5,5,128,32"/>
</map>

View File

@@ -0,0 +1 @@
a707eed4549e22c9730fec8ae1623bde

View File

@@ -0,0 +1,63 @@
<?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.50.0 (20211204.2007)
-->
<!-- Title: graph::is_graph_bipartite::Graph Pages: 1 -->
<svg width="198pt" height="184pt"
viewBox="0.00 0.00 197.50 184.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 180)">
<title>graph::is_graph_bipartite::Graph</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-180 193.5,-180 193.5,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Class for representing graph as an adjacency list.">
<polygon fill="#bfbfbf" stroke="black" points="1.5,-0.5 1.5,-30.5 124.5,-30.5 124.5,-0.5 1.5,-0.5"/>
<text text-anchor="start" x="9.5" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">graph::is_graph_bipartite</text>
<text text-anchor="middle" x="63" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">::Graph</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector" xlink:title=" ">
<polygon fill="white" stroke="black" points="70.5,-78.5 70.5,-108.5 189.5,-108.5 189.5,-78.5 70.5,-78.5"/>
<text text-anchor="start" x="78.5" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector&lt; std::vector</text>
<text text-anchor="middle" x="130" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; int &gt; &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M110.76,-70.67C99.44,-57.83 85.45,-41.97 75.55,-30.73"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="108.16,-73.02 117.4,-78.2 113.41,-68.39 108.16,-73.02"/>
<text text-anchor="middle" x="108" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> adj</text>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector" xlink:title=" ">
<polygon fill="white" stroke="black" points="0,-156.5 0,-175.5 92,-175.5 92,-156.5 0,-156.5"/>
<text text-anchor="middle" x="46" y="-163.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector&lt; int &gt;</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node1 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M41.67,-146.38C38.21,-128.67 34.61,-101.32 39,-78 42.18,-61.1 49.87,-42.89 55.7,-30.71"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="38.27,-147.23 43.78,-156.28 45.12,-145.76 38.27,-147.23"/>
<text text-anchor="middle" x="50" y="-91" font-family="Helvetica,sans-Serif" font-size="10.00"> side</text>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M64.13,-149.78C78.71,-137.55 99.02,-120.5 113.23,-108.58"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="61.71,-147.25 56.3,-156.36 66.21,-152.61 61.71,-147.25"/>
<text text-anchor="middle" x="111.5" y="-130" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB