mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-02 06:22:55 +08:00
Documentation for 0953376d31
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<map id="others::recursive_tree_traversals::Node" name="others::recursive_tree_traversals::Node">
|
||||
<area shape="rect" id="node1" title="The structure to hold Nodes of the tree." alt="" coords="5,5,153,46"/>
|
||||
<area shape="rect" id="Node000001" title="The structure to hold Nodes of the tree." alt="" coords="5,5,153,46"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="169,18,179,26,171,33,153,36,153,30,169,28,174,26,166,23"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
04f22d55da0f59a023dd9965bf4088fd
|
||||
497fc4849cb44b66f75cc66ee5812524
|
||||
@@ -6,12 +6,22 @@
|
||||
<!-- Title: others::recursive_tree_traversals::Node Pages: 1 -->
|
||||
<svg width="155pt" height="39pt"
|
||||
viewBox="0.00 0.00 155.25 38.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 34.5)">
|
||||
<title>others::recursive_tree_traversals::Node</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="The structure to hold Nodes of the tree.">
|
||||
<g id="a_Node000001"><a xlink:title="The structure to hold Nodes of the tree.">
|
||||
<polygon fill="#999999" stroke="#666666" points="110.5,-30.5 0,-30.5 0,0 110.5,0 110.5,-30.5"/>
|
||||
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">others::recursive_tree</text>
|
||||
<text text-anchor="middle" x="55.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_traversals::Node</text>
|
||||
@@ -19,12 +29,30 @@
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<g id="edge1_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M121.66,-19.3C125.93,-18.35 128.5,-17 128.5,-15.25 128.5,-12.3 121.2,-10.49 110.83,-9.82"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="121.31,-15.94 111.83,-20.68 122.19,-22.88 121.31,-15.94"/>
|
||||
<text text-anchor="middle" x="137.88" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
||||
<text text-anchor="middle" x="137.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="137.88" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> left</text>
|
||||
<text text-anchor="middle" x="137.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">right</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.5 KiB |
@@ -0,0 +1,33 @@
|
||||
<?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 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: others::recursive_tree_traversals::Node Pages: 1 -->
|
||||
<svg width="155pt" height="39pt"
|
||||
viewBox="0.00 0.00 155.25 38.50" 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 34.5)">
|
||||
<title>others::recursive_tree_traversals::Node</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="The structure to hold Nodes of the tree.">
|
||||
<polygon fill="#999999" stroke="#666666" points="110.5,-30.5 0,-30.5 0,0 110.5,0 110.5,-30.5"/>
|
||||
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">others::recursive_tree</text>
|
||||
<text text-anchor="middle" x="55.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_traversals::Node</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node1 -->
|
||||
<g id="edge1_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M121.66,-19.3C125.93,-18.35 128.5,-17 128.5,-15.25 128.5,-12.3 121.2,-10.49 110.83,-9.82"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="121.31,-15.94 111.83,-20.68 122.19,-22.88 121.31,-15.94"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="137.88" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> left</text>
|
||||
<text text-anchor="middle" x="137.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">right</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user