mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-30 08:41:30 +08:00
Documentation for db149bf3b7
This commit is contained in:
@@ -1,19 +1,18 @@
|
||||
<?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 5.0.0 (20220707.1540)
|
||||
<!-- Generated by graphviz version 5.0.1 (20220820.1526)
|
||||
-->
|
||||
<!-- Title: MinHeapNode Pages: 1 -->
|
||||
<svg width="124pt" height="30pt"
|
||||
viewBox="0.00 0.00 124.00 30.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 26)">
|
||||
<title>MinHeapNode</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-26 120,-26 120,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title=" ">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-1.5 0,-20.5 79,-20.5 79,-1.5 0,-1.5"/>
|
||||
<polygon fill="#999999" stroke="#666666" points="79,-20.5 0,-20.5 0,-1.5 79,-1.5 79,-20.5"/>
|
||||
<text text-anchor="middle" x="39.5" y="-8.5" font-family="Helvetica,sans-Serif" font-size="10.00">MinHeapNode</text>
|
||||
</a>
|
||||
</g>
|
||||
@@ -21,8 +20,8 @@
|
||||
<!-- Node1->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M89.21,-14.03C93.98,-13.41 97,-12.4 97,-11 97,-8.75 89.26,-7.52 79.01,-7.29"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="88.75,-10.55 79.01,-14.71 89.22,-17.54 88.75,-10.55"/>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M89.21,-13.73C93.98,-13.17 97,-12.26 97,-11 97,-8.98 89.26,-7.87 79.01,-7.66"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="88.78,-10.25 79.01,-14.34 89.2,-17.23 88.78,-10.25"/>
|
||||
<text text-anchor="middle" x="106.5" y="-14" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
||||
<text text-anchor="middle" x="106.5" y="-3" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user