mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-30 08:41:30 +08:00
Documentation for fddbf08f5a
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 7.1.0 (20230121.1956)
|
||||
<!-- Generated by graphviz version 8.0.2 (20230410.1723)
|
||||
-->
|
||||
<!-- Title: graph::Graph< T > Pages: 1 -->
|
||||
<svg width="252pt" height="170pt"
|
||||
@@ -30,8 +30,8 @@
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M69.3,-56.52C74.17,-49.93 79.77,-42.94 85.5,-37 91.72,-30.55 99.51,-24.22 105.95,-19.38"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="66.57,-54.32 63.63,-64.5 72.27,-58.38 66.57,-54.32"/>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M68.96,-56.98C73.91,-50.25 79.64,-43.08 85.5,-37 91.72,-30.55 99.51,-24.22 105.95,-19.38"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="65.68,-54.55 62.75,-64.73 71.39,-58.6 65.68,-54.55"/>
|
||||
<text text-anchor="middle" x="118.5" y="-40" font-family="Helvetica,sans-Serif" font-size="10.00"> adjacency_list</text>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
@@ -46,8 +46,8 @@
|
||||
<!-- Node3->Node2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M53.5,-131.39C53.5,-120.15 53.5,-106.41 53.5,-96.27"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="50,-131.18 53.5,-141.18 57,-131.18 50,-131.18"/>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M53.5,-131.76C53.5,-120.45 53.5,-106.52 53.5,-96.27"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="50,-131.7 53.5,-141.7 57,-131.7 50,-131.7"/>
|
||||
<text text-anchor="middle" x="66" y="-117" font-family="Helvetica,sans-Serif" font-size="10.00"> keys</text>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
@@ -63,8 +63,8 @@
|
||||
<!-- Node4->Node1 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node4->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M168.12,-56.55C163.09,-49.96 157.34,-42.97 151.5,-37 145.23,-30.59 137.44,-24.27 131.01,-19.41"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="165.25,-58.56 173.99,-64.54 170.88,-54.41 165.25,-58.56"/>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M168.47,-57.01C163.36,-50.28 157.47,-43.1 151.5,-37 145.23,-30.59 137.44,-24.27 131.01,-19.41"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="166.15,-58.77 174.89,-64.76 171.79,-54.63 166.15,-58.77"/>
|
||||
<text text-anchor="middle" x="183.5" y="-40" font-family="Helvetica,sans-Serif" font-size="10.00"> neighbors</text>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
@@ -79,8 +79,8 @@
|
||||
<!-- Node5->Node4 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>Node5->Node4</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M184.5,-131.39C184.5,-120.15 184.5,-106.41 184.5,-96.27"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="181,-131.18 184.5,-141.18 188,-131.18 181,-131.18"/>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M184.5,-131.76C184.5,-120.45 184.5,-106.52 184.5,-96.27"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="181,-131.7 184.5,-141.7 188,-131.7 181,-131.7"/>
|
||||
<text text-anchor="middle" x="206" y="-117" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Reference in New Issue
Block a user