Documentation for 25b39a34fa

This commit is contained in:
github-actions
2020-08-07 18:38:24 +00:00
parent 26706aca2d
commit a47065d9bc
211 changed files with 7780 additions and 5356 deletions

View File

@@ -0,0 +1,6 @@
<map id="backtracking/graph_coloring.cpp" name="backtracking/graph_coloring.cpp">
<area shape="rect" id="node1" title="prints the assigned colors using Graph Coloring algorithm" alt="" coords="61,5,193,47"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,95,77,121"/>
<area shape="rect" id="node3" title=" " alt="" coords="101,95,152,121"/>
<area shape="rect" id="node4" title=" " alt="" coords="176,95,235,121"/>
</map>

View File

@@ -0,0 +1 @@
565cc382a2bcdc748d973fdb3125cd44

View File

@@ -0,0 +1,68 @@
<?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.44.1 (20200629.0846)
-->
<!-- Title: backtracking/graph_coloring.cpp Pages: 1 -->
<svg width="180pt" height="95pt"
viewBox="0.00 0.00 180.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>backtracking/graph_coloring.cpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 176,-91 176,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="prints the assigned colors using Graph Coloring algorithm">
<polygon fill="#bfbfbf" stroke="black" points="41.5,-56.5 41.5,-86.5 140.5,-86.5 140.5,-56.5 41.5,-56.5"/>
<text text-anchor="start" x="49.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking/graph</text>
<text text-anchor="middle" x="91" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_coloring.cpp</text>
</a>
</g>
</g>
<!-- Node2 -->
<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 54,-19.5 54,-0.5 0,-0.5"/>
<text text-anchor="middle" x="27" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M75.83,-56.4C66.25,-47.49 53.84,-35.95 43.93,-26.74"/>
<polygon fill="midnightblue" stroke="midnightblue" points="46.02,-23.9 36.31,-19.66 41.25,-29.03 46.02,-23.9"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="72,-0.5 72,-19.5 110,-19.5 110,-0.5 72,-0.5"/>
<text text-anchor="middle" x="91" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M91,-56.4C91,-48.47 91,-38.46 91,-29.86"/>
<polygon fill="midnightblue" stroke="midnightblue" points="94.5,-29.66 91,-19.66 87.5,-29.66 94.5,-29.66"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="128,-0.5 128,-19.5 172,-19.5 172,-0.5 128,-0.5"/>
<text text-anchor="middle" x="150" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M104.98,-56.4C113.73,-47.58 125.03,-36.18 134.12,-27.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="136.86,-29.22 141.41,-19.66 131.89,-24.29 136.86,-29.22"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB