Documentation for 1f0eff28d0

This commit is contained in:
github-actions
2021-11-02 17:12:18 +00:00
parent c9318037c5
commit 4c4df979dc
1639 changed files with 8857 additions and 5019 deletions

View File

@@ -0,0 +1,4 @@
<map id="operations_on_datastructures::circular_linked_list::CircularLinkedList" name="operations_on_datastructures::circular_linked_list::CircularLinkedList">
<area shape="rect" id="node1" title="A class that implements a Circular Linked List." alt="" coords="5,124,204,180"/>
<area shape="rect" id="node2" href="$da/d16/structoperations__on__datastructures_1_1circular__linked__list_1_1_node.html" title="A Node struct that represents a single Node in a Binary Tree." alt="" coords="5,5,204,47"/>
</map>

View File

@@ -0,0 +1 @@
2f996be444fbc8dcfbcfce36e34c778b

View File

@@ -0,0 +1,49 @@
<?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.49.2 (20211016.1639)
-->
<!-- Title: operations_on_datastructures::circular_linked_list::CircularLinkedList Pages: 1 -->
<svg width="197pt" height="139pt"
viewBox="0.00 0.00 197.00 139.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 135)">
<title>operations_on_datastructures::circular_linked_list::CircularLinkedList</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-135 193,-135 193,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="A class that implements a Circular Linked List.">
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-41.5 149,-41.5 149,-0.5 0,-0.5"/>
<text text-anchor="start" x="8" y="-29.5" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">::circular_linked_list::Circular</text>
<text text-anchor="middle" x="74.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">LinkedList</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../da/d16/structoperations__on__datastructures_1_1circular__linked__list_1_1_node.html" target="_top" xlink:title="A Node struct that represents a single Node in a Binary Tree.">
<polygon fill="white" stroke="black" points="0,-100.5 0,-130.5 149,-130.5 149,-100.5 0,-100.5"/>
<text text-anchor="start" x="8" y="-118.5" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
<text text-anchor="middle" x="74.5" y="-107.5" font-family="Helvetica,sans-Serif" font-size="10.00">::circular_linked_list::Node</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="M74.5,-90.28C74.5,-75.14 74.5,-55.88 74.5,-41.68"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="71,-90.45 74.5,-100.45 78,-90.45 71,-90.45"/>
<text text-anchor="middle" x="84.5" y="-74" font-family="Helvetica,sans-Serif" font-size="10.00"> end</text>
<text text-anchor="middle" x="84.5" y="-63" font-family="Helvetica,sans-Serif" font-size="10.00">root</text>
</g>
<!-- Node2&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M159.19,-121.12C164.08,-119.77 167,-117.89 167,-115.5 167,-111.76 159.88,-109.29 149.26,-108.1"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="158.49,-117.69 149.26,-122.9 159.73,-124.58 158.49,-117.69"/>
<text text-anchor="middle" x="178" y="-113" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB