mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-30 05:22:46 +08:00
Documentation for f1eddf4d65
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<map id="others::recursive_tree_traversals::BT" name="others::recursive_tree_traversals::BT">
|
||||
<area shape="rect" id="Node000001" title="BT used to make the entire structure of the binary tree and the functions associated with the binary ..." alt="" coords="21,124,169,165"/>
|
||||
<area shape="rect" id="Node000001" title="BT used to make the entire structure of the binary tree and the functions associated with the binary ..." alt="" coords="21,143,169,183"/>
|
||||
<area shape="rect" id="Node000002" title=" " alt="" coords="5,5,185,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="98,47,98,124,92,124,92,47"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="98,47,98,142,92,142,92,47"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6781928d931f5d173787adb62d7377c6
|
||||
98a9b8682c347a56c8b3f4a372f44b8b
|
||||
@@ -1,11 +1,11 @@
|
||||
<?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 12.2.1 (20241206.2353)
|
||||
<!-- Generated by graphviz version 13.0.1 (20250615.1724)
|
||||
-->
|
||||
<!-- Title: others::recursive_tree_traversals::BT Pages: 1 -->
|
||||
<svg width="145pt" height="128pt"
|
||||
viewBox="0.00 0.00 145.00 127.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="151pt" height="142pt"
|
||||
viewBox="0.00 0.00 151.00 142.00" 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">
|
||||
|
||||
@@ -17,15 +17,15 @@
|
||||
]]></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 123.5)">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 137.5)">
|
||||
<title>others::recursive_tree_traversals::BT</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="BT used to make the entire structure of the binary tree and the functions associated with the binary ...">
|
||||
<polygon fill="#999999" stroke="#666666" points="122.5,-30.5 12,-30.5 12,0 122.5,0 122.5,-30.5"/>
|
||||
<text text-anchor="start" x="20" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">others::recursive_tree</text>
|
||||
<text text-anchor="middle" x="67.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_traversals::BT</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="20" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">others::recursive_tree</text>
|
||||
<text xml:space="preserve" text-anchor="middle" x="67.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_traversals::BT</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -33,8 +33,8 @@
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="134.5,-119.5 0,-119.5 0,-100.25 134.5,-100.25 134.5,-119.5"/>
|
||||
<text text-anchor="middle" x="67.25" y="-106" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< std::uint64_t ></text>
|
||||
<polygon fill="white" stroke="#666666" points="134.5,-133.5 0,-133.5 0,-114.25 134.5,-114.25 134.5,-133.5"/>
|
||||
<text xml:space="preserve" text-anchor="middle" x="67.25" y="-120" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< std::uint64_t ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -42,13 +42,13 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M67.25,-88.54C67.25,-71.03 67.25,-46.2 67.25,-30.67"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="63.75,-88.48 67.25,-98.48 70.75,-88.48 63.75,-88.48"/>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M67.25,-102.35C67.25,-81.31 67.25,-49.14 67.25,-30.66"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="63.75,-102.27 67.25,-112.27 70.75,-102.27 63.75,-102.27"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="102.12" y="-72.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> inorder_result</text>
|
||||
<text text-anchor="middle" x="102.12" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">postorder_result</text>
|
||||
<text text-anchor="middle" x="102.12" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">preorder_result</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="70.25" y="-83.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">inorder_result</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="70.25" y="-68.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">postorder_result</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="70.25" y="-53.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">preorder_result</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.2 KiB |
@@ -1,20 +1,20 @@
|
||||
<?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 12.2.1 (20241206.2353)
|
||||
<!-- Generated by graphviz version 13.0.1 (20250615.1724)
|
||||
-->
|
||||
<!-- Title: others::recursive_tree_traversals::BT Pages: 1 -->
|
||||
<svg width="145pt" height="128pt"
|
||||
viewBox="0.00 0.00 145.00 127.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 123.5)">
|
||||
<svg width="151pt" height="142pt"
|
||||
viewBox="0.00 0.00 151.00 142.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 137.5)">
|
||||
<title>others::recursive_tree_traversals::BT</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="BT used to make the entire structure of the binary tree and the functions associated with the binary ...">
|
||||
<polygon fill="#999999" stroke="#666666" points="122.5,-30.5 12,-30.5 12,0 122.5,0 122.5,-30.5"/>
|
||||
<text text-anchor="start" x="20" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">others::recursive_tree</text>
|
||||
<text text-anchor="middle" x="67.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_traversals::BT</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="20" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">others::recursive_tree</text>
|
||||
<text xml:space="preserve" text-anchor="middle" x="67.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_traversals::BT</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,8 +22,8 @@
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="134.5,-119.5 0,-119.5 0,-100.25 134.5,-100.25 134.5,-119.5"/>
|
||||
<text text-anchor="middle" x="67.25" y="-106" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< std::uint64_t ></text>
|
||||
<polygon fill="white" stroke="#666666" points="134.5,-133.5 0,-133.5 0,-114.25 134.5,-114.25 134.5,-133.5"/>
|
||||
<text xml:space="preserve" text-anchor="middle" x="67.25" y="-120" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< std::uint64_t ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -31,13 +31,13 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M67.25,-88.54C67.25,-71.03 67.25,-46.2 67.25,-30.67"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="63.75,-88.48 67.25,-98.48 70.75,-88.48 63.75,-88.48"/>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M67.25,-102.35C67.25,-81.31 67.25,-49.14 67.25,-30.66"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="63.75,-102.27 67.25,-112.27 70.75,-102.27 63.75,-102.27"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="102.12" y="-72.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> inorder_result</text>
|
||||
<text text-anchor="middle" x="102.12" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">postorder_result</text>
|
||||
<text text-anchor="middle" x="102.12" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">preorder_result</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="70.25" y="-83.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">inorder_result</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="70.25" y="-68.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">postorder_result</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="70.25" y="-53.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">preorder_result</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user