mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 11:37:18 +08:00
Documentation for 0953376d31
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<map id="others::iterative_tree_traversals::Node" name="others::iterative_tree_traversals::Node">
|
||||
<area shape="rect" id="node1" title="defines the structure of a node of the tree" alt="" coords="5,5,146,46"/>
|
||||
<area shape="rect" id="Node000001" title="defines the structure of a node of the tree" alt="" coords="5,5,146,46"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="162,18,172,26,164,33,147,36,146,30,162,28,167,26,159,22"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6a15e272d946d3eb185731c96149e7b4
|
||||
7d6f15ed755e2edd59cb4b428522485b
|
||||
@@ -6,12 +6,22 @@
|
||||
<!-- Title: others::iterative_tree_traversals::Node Pages: 1 -->
|
||||
<svg width="150pt" height="39pt"
|
||||
viewBox="0.00 0.00 150.00 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::iterative_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="defines the structure of a node of the tree">
|
||||
<g id="a_Node000001"><a xlink:title="defines the structure of a node of the tree">
|
||||
<polygon fill="#999999" stroke="#666666" points="105.25,-30.5 0,-30.5 0,0 105.25,0 105.25,-30.5"/>
|
||||
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">others::iterative_tree</text>
|
||||
<text text-anchor="middle" x="52.62" 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="M116.41,-19.35C120.67,-18.4 123.25,-17.04 123.25,-15.25 123.25,-12.24 115.92,-10.42 105.6,-9.79"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="116.09,-15.99 106.6,-20.71 116.96,-22.94 116.09,-15.99"/>
|
||||
<text text-anchor="middle" x="132.62" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
||||
<text text-anchor="middle" x="132.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="132.62" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> left</text>
|
||||
<text text-anchor="middle" x="132.62" 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::iterative_tree_traversals::Node Pages: 1 -->
|
||||
<svg width="150pt" height="39pt"
|
||||
viewBox="0.00 0.00 150.00 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::iterative_tree_traversals::Node</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="defines the structure of a node of the tree">
|
||||
<polygon fill="#999999" stroke="#666666" points="105.25,-30.5 0,-30.5 0,0 105.25,0 105.25,-30.5"/>
|
||||
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">others::iterative_tree</text>
|
||||
<text text-anchor="middle" x="52.62" 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="M116.41,-19.35C120.67,-18.4 123.25,-17.04 123.25,-15.25 123.25,-12.24 115.92,-10.42 105.6,-9.79"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="116.09,-15.99 106.6,-20.71 116.96,-22.94 116.09,-15.99"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="132.62" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> left</text>
|
||||
<text text-anchor="middle" x="132.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">right</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user