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/connected_components_with_dsu.cpp Pages: 1 -->
|
||||
<svg width="172pt" height="93pt"
|
||||
@@ -30,8 +30,8 @@
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M72.17,-54.54C63.63,-46.22 52.87,-35.72 43.99,-27.07"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="46.58,-24.71 36.98,-20.23 41.7,-29.72 46.58,-24.71"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M72.17,-54.54C63.54,-46.13 52.65,-35.51 43.72,-26.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="46.5,-24.65 36.9,-20.18 41.61,-29.66 46.5,-24.65"/>
|
||||
</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="M87,-54.54C87,-47.34 87,-38.53 87,-30.68"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="90.5,-30.69 87,-20.69 83.5,-30.69 90.5,-30.69"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M87,-54.54C87,-47.17 87,-38.1 87,-30.11"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="90.5,-30.18 87,-20.18 83.5,-30.18 90.5,-30.18"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
@@ -60,8 +60,8 @@
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M100.6,-54.54C108.34,-46.3 118.08,-35.94 126.17,-27.34"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="128.51,-29.96 132.81,-20.28 123.41,-25.17 128.51,-29.96"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M100.6,-54.54C108.42,-46.22 118.28,-35.72 126.42,-27.07"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="128.54,-29.86 132.84,-20.18 123.44,-25.06 128.54,-29.86"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user