mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-21 20:31:43 +08:00
83 lines
3.5 KiB
XML
83 lines
3.5 KiB
XML
<?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)
|
|
-->
|
|
<!-- Title: operations_on_datastructures/reverse_binary_tree.cpp Pages: 1 -->
|
|
<svg width="254pt" height="93pt"
|
|
viewBox="0.00 0.00 253.50 93.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 89)">
|
|
<title>operations_on_datastructures/reverse_binary_tree.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Implementation for the Reversing a Binary Tree recursively algorithm.">
|
|
<polygon fill="#999999" stroke="#666666" points="200,-85 55,-85 55,-55 200,-55 200,-85"/>
|
|
<text text-anchor="start" x="63" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
|
|
<text text-anchor="middle" x="127.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">/reverse_binary_tree.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="49,-19 0,-19 0,0 49,0 49,-19"/>
|
|
<text text-anchor="middle" x="24.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M102.04,-54.54C86.11,-45.49 65.67,-33.88 49.77,-24.85"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="51.82,-21.99 41.39,-20.09 48.36,-28.08 51.82,-21.99"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="121.5,-19 67.5,-19 67.5,0 121.5,0 121.5,-19"/>
|
|
<text text-anchor="middle" x="94.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M119.34,-54.54C114.99,-46.82 109.59,-37.24 104.93,-28.99"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="108.1,-27.48 100.14,-20.49 102,-30.92 108.1,-27.48"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="183,-19 140,-19 140,0 183,0 183,-19"/>
|
|
<text text-anchor="middle" x="161.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">queue</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M135.9,-54.54C140.39,-46.82 145.96,-37.24 150.75,-28.99"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="153.7,-30.89 155.7,-20.48 147.65,-27.37 153.7,-30.89"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="245.5,-19 201.5,-19 201.5,0 245.5,0 245.5,-19"/>
|
|
<text text-anchor="middle" x="223.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M151.23,-54.54C165.94,-45.58 184.77,-34.1 199.52,-25.11"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="200.97,-28.33 207.69,-20.13 197.33,-22.35 200.97,-28.33"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|