mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-23 13:22:47 +08:00
Documentation for 34720ae2d3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?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 6.0.2 (20221011.1828)
|
||||
<!-- Generated by graphviz version 7.0.0 (20221023.0053)
|
||||
-->
|
||||
<!-- Title: data_structures/queue_using_array.cpp Pages: 1 -->
|
||||
<svg width="124pt" height="93pt"
|
||||
@@ -30,8 +30,8 @@
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M48.75,-54.84C44.35,-46.78 38.79,-36.62 34.1,-28.06"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="37.16,-26.36 29.3,-19.27 31.02,-29.72 37.16,-26.36"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M48.59,-54.54C44.42,-46.91 39.25,-37.46 34.77,-29.27"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="37.84,-27.6 29.97,-20.5 31.7,-30.96 37.84,-27.6"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
@@ -45,8 +45,8 @@
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M64.25,-54.84C68.65,-46.78 74.21,-36.62 78.9,-28.06"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="81.98,-29.72 83.7,-19.27 75.84,-26.36 81.98,-29.72"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M64.41,-54.54C68.58,-46.91 73.75,-37.46 78.23,-29.27"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="81.3,-30.96 83.03,-20.5 75.16,-27.6 81.3,-30.96"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Reference in New Issue
Block a user