Documentation for c6af943508

This commit is contained in:
realstealthninja
2024-11-04 12:10:37 +00:00
parent e97327bf4f
commit fb1d00ead7
518 changed files with 13882 additions and 10974 deletions

View File

@@ -4,8 +4,8 @@
<!-- Generated by graphviz version 12.1.2 (20240928.0832)
-->
<!-- Title: data_structures/queue_using_array.cpp Pages: 1 -->
<svg width="123pt" height="94pt"
viewBox="0.00 0.00 123.12 93.75" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg width="181pt" height="94pt"
viewBox="0.00 0.00 180.62 93.75" 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">
@@ -23,9 +23,9 @@
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Implementation of Linear [Queue using array] (https://www.geeksforgeeks.org/array&#45;implementation&#45;of&#45;q...">
<polygon fill="#999999" stroke="#666666" points="112.75,-85.75 0,-85.75 0,-55.25 112.75,-55.25 112.75,-85.75"/>
<text text-anchor="start" x="8" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/queue</text>
<text text-anchor="middle" x="56.38" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_using_array.cpp</text>
<polygon fill="#999999" stroke="#666666" points="135.25,-85.75 22.5,-85.75 22.5,-55.25 135.25,-55.25 135.25,-85.75"/>
<text text-anchor="start" x="30.5" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/queue</text>
<text text-anchor="middle" x="78.88" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_using_array.cpp</text>
</a>
</g>
</g>
@@ -33,8 +33,8 @@
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="43.25,-19.25 5.5,-19.25 5.5,0 43.25,0 43.25,-19.25"/>
<text text-anchor="middle" x="24.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
<polygon fill="#e0e0e0" stroke="#999999" points="37.75,-19.25 0,-19.25 0,0 37.75,0 37.75,-19.25"/>
<text text-anchor="middle" x="18.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
</a>
</g>
</g>
@@ -42,8 +42,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M48.46,-54.95C44.34,-47.36 39.25,-37.99 34.81,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="37.88,-28.15 30.03,-21.03 31.73,-31.49 37.88,-28.15"/>
<path fill="none" stroke="#63b8ff" d="M64.04,-54.95C55.61,-46.67 45.01,-36.27 36.19,-27.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="38.79,-25.27 29.2,-20.76 33.89,-30.26 38.79,-25.27"/>
</a>
</g>
</g>
@@ -51,8 +51,8 @@
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="115.12,-19.25 61.62,-19.25 61.62,0 115.12,0 115.12,-19.25"/>
<text text-anchor="middle" x="88.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
<polygon fill="#e0e0e0" stroke="#999999" points="101.5,-19.25 56.25,-19.25 56.25,0 101.5,0 101.5,-19.25"/>
<text text-anchor="middle" x="78.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cstdint</text>
</a>
</g>
</g>
@@ -60,8 +60,26 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M64.29,-54.95C68.41,-47.36 73.5,-37.99 77.94,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="81.02,-31.49 82.72,-21.03 74.87,-28.15 81.02,-31.49"/>
<path fill="none" stroke="#63b8ff" d="M78.88,-54.95C78.88,-47.71 78.88,-38.84 78.88,-30.94"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="82.38,-31.21 78.88,-21.21 75.38,-31.21 82.38,-31.21"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="172.62,-19.25 119.12,-19.25 119.12,0 172.62,0 172.62,-19.25"/>
<text text-anchor="middle" x="145.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M95.44,-54.95C105.05,-46.5 117.19,-35.83 127.15,-27.08"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.21,-29.93 134.41,-20.7 124.59,-24.67 129.21,-29.93"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB