mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 03:28:29 +08:00
Documentation for 0953376d31
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
<map id="data_structures/tree_234.cpp" name="data_structures/tree_234.cpp">
|
||||
<area shape="rect" id="node1" title="A demo 2-3-4 tree implementation." alt="" coords="225,5,362,46"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,94,56,120"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="80,94,144,120"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="169,94,234,120"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="258,94,329,120"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="352,94,421,120"/>
|
||||
<area shape="rect" id="node7" title=" " alt="" coords="445,94,501,120"/>
|
||||
<area shape="rect" id="node8" title=" " alt="" coords="525,94,579,120"/>
|
||||
<area shape="rect" id="Node000001" title="A demo 2-3-4 tree implementation." alt="" coords="225,5,362,46"/>
|
||||
<area shape="rect" id="Node000002" title=" " alt="" coords="5,94,56,120"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="227,49,71,96,69,91,226,44"/>
|
||||
<area shape="rect" id="Node000003" title=" " alt="" coords="80,94,144,120"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="249,49,154,90,152,85,247,44"/>
|
||||
<area shape="rect" id="Node000004" title=" " alt="" coords="169,94,234,120"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="272,48,228,86,225,82,269,44"/>
|
||||
<area shape="rect" id="Node000005" title=" " alt="" coords="258,94,329,120"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="296,46,296,79,291,79,291,46"/>
|
||||
<area shape="rect" id="Node000006" title=" " alt="" coords="352,94,421,120"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="318,44,363,82,360,86,315,48"/>
|
||||
<area shape="rect" id="Node000007" title=" " alt="" coords="445,94,501,120"/>
|
||||
<area shape="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="339,44,433,85,431,90,337,49"/>
|
||||
<area shape="rect" id="Node000008" title=" " alt="" coords="525,94,579,120"/>
|
||||
<area shape="poly" id="edge7_Node000001_Node000008" title=" " alt="" coords="359,44,512,91,511,96,357,49"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
4679cff44d8c7a0072d00878d5744d92
|
||||
79c6428a4008bada9a13e039d939a4ec
|
||||
@@ -6,12 +6,22 @@
|
||||
<!-- Title: data_structures/tree_234.cpp Pages: 1 -->
|
||||
<svg width="438pt" height="94pt"
|
||||
viewBox="0.00 0.00 437.88 93.75" 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 89.75)">
|
||||
<title>data_structures/tree_234.cpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="A demo 2-3-4 tree implementation.">
|
||||
<g id="a_Node000001"><a xlink:title="A demo 2-3-4 tree implementation.">
|
||||
<polygon fill="#999999" stroke="#666666" points="267.38,-85.75 164.38,-85.75 164.38,-55.25 267.38,-55.25 267.38,-85.75"/>
|
||||
<text text-anchor="start" x="172.38" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/tree</text>
|
||||
<text text-anchor="middle" x="215.88" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_234.cpp</text>
|
||||
@@ -19,109 +29,145 @@
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<g id="a_Node000002"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="37.75,-19.25 0,-19.25 0,0 37.75,0 37.75,-19.25"/>
|
||||
<text text-anchor="middle" x="18.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M165.92,-54.79C134.69,-45.56 93.36,-33.28 48.65,-19.77"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.73,-16.14 39.15,-16.59 47.7,-22.84 49.73,-16.14"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<g id="a_Node000003"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="104,-19.25 55.75,-19.25 55.75,0 104,0 104,-19.25"/>
|
||||
<text text-anchor="middle" x="79.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M181.91,-54.8C160.1,-45.35 132,-33.19 110.82,-24.02"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="112.3,-20.41 101.73,-19.65 109.52,-26.84 112.3,-20.41"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<g id="a_Node000004"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="171.38,-19.25 122.38,-19.25 122.38,0 171.38,0 171.38,-19.25"/>
|
||||
<text text-anchor="middle" x="146.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">fstream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M198.82,-54.95C188.82,-46.41 176.16,-35.62 165.85,-26.81"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="168.39,-23.53 158.51,-19.7 163.85,-28.85 168.39,-23.53"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:title=" ">
|
||||
<g id="a_Node000005"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="242.62,-19.25 189.12,-19.25 189.12,0 242.62,0 242.62,-19.25"/>
|
||||
<text text-anchor="middle" x="215.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M215.88,-54.95C215.88,-47.62 215.88,-38.62 215.88,-30.66"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="219.38,-30.7 215.88,-20.7 212.38,-30.7 219.38,-30.7"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<g id="Node000006" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a xlink:title=" ">
|
||||
<g id="a_Node000006"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="311.5,-19.25 260.25,-19.25 260.25,0 311.5,0 311.5,-19.25"/>
|
||||
<text text-anchor="middle" x="285.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">memory</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5" class="edge">
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M233.18,-54.95C243.43,-46.33 256.42,-35.4 266.94,-26.55"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="268.68,-28.82 274.08,-19.7 264.18,-23.46 268.68,-28.82"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="node7" class="node">
|
||||
<g id="Node000007" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_node7"><a xlink:title=" ">
|
||||
<g id="a_Node000007"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="372,-19.25 329.75,-19.25 329.75,0 372,0 372,-19.25"/>
|
||||
<text text-anchor="middle" x="350.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">queue</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node7 -->
|
||||
<g id="edge6" class="edge">
|
||||
<g id="edge6_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge6_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M249.59,-54.8C271.24,-45.35 299.13,-33.19 320.16,-24.02"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="321.4,-26.86 329.17,-19.65 318.61,-20.44 321.4,-26.86"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node8 -->
|
||||
<g id="node8" class="node">
|
||||
<g id="Node000008" class="node">
|
||||
<title>Node8</title>
|
||||
<g id="a_node8"><a xlink:title=" ">
|
||||
<g id="a_Node000008"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="429.88,-19.25 389.88,-19.25 389.88,0 429.88,0 429.88,-19.25"/>
|
||||
<text text-anchor="middle" x="409.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">string</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node8 -->
|
||||
<g id="edge7" class="edge">
|
||||
<g id="edge7_Node000001_Node000008" class="edge">
|
||||
<title>Node1->Node8</title>
|
||||
<g id="a_edge7_Node000001_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M264.33,-54.8C300.47,-43.83 348.73,-29.18 379.56,-19.83"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="380.14,-23 388.69,-16.75 378.11,-16.31 380.14,-23"/>
|
||||
</a>
|
||||
</g>
|
||||
</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: 5.4 KiB After Width: | Height: | Size: 6.9 KiB |
148
d4/dc8/tree__234_8cpp__incl_org.svg
Normal file
148
d4/dc8/tree__234_8cpp__incl_org.svg
Normal file
@@ -0,0 +1,148 @@
|
||||
<?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: data_structures/tree_234.cpp Pages: 1 -->
|
||||
<svg width="438pt" height="94pt"
|
||||
viewBox="0.00 0.00 437.88 93.75" 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.75)">
|
||||
<title>data_structures/tree_234.cpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="A demo 2-3-4 tree implementation.">
|
||||
<polygon fill="#999999" stroke="#666666" points="267.38,-85.75 164.38,-85.75 164.38,-55.25 267.38,-55.25 267.38,-85.75"/>
|
||||
<text text-anchor="start" x="172.38" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/tree</text>
|
||||
<text text-anchor="middle" x="215.88" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_234.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="37.75,-19.25 0,-19.25 0,0 37.75,0 37.75,-19.25"/>
|
||||
<text text-anchor="middle" x="18.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M165.92,-54.79C134.69,-45.56 93.36,-33.28 48.65,-19.77"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.73,-16.14 39.15,-16.59 47.7,-22.84 49.73,-16.14"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="104,-19.25 55.75,-19.25 55.75,0 104,0 104,-19.25"/>
|
||||
<text text-anchor="middle" x="79.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M181.91,-54.8C160.1,-45.35 132,-33.19 110.82,-24.02"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="112.3,-20.41 101.73,-19.65 109.52,-26.84 112.3,-20.41"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_Node000004"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="171.38,-19.25 122.38,-19.25 122.38,0 171.38,0 171.38,-19.25"/>
|
||||
<text text-anchor="middle" x="146.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">fstream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M198.82,-54.95C188.82,-46.41 176.16,-35.62 165.85,-26.81"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="168.39,-23.53 158.51,-19.7 163.85,-28.85 168.39,-23.53"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_Node000005"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="242.62,-19.25 189.12,-19.25 189.12,0 242.62,0 242.62,-19.25"/>
|
||||
<text text-anchor="middle" x="215.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M215.88,-54.95C215.88,-47.62 215.88,-38.62 215.88,-30.66"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="219.38,-30.7 215.88,-20.7 212.38,-30.7 219.38,-30.7"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="Node000006" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_Node000006"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="311.5,-19.25 260.25,-19.25 260.25,0 311.5,0 311.5,-19.25"/>
|
||||
<text text-anchor="middle" x="285.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">memory</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M233.18,-54.95C243.43,-46.33 256.42,-35.4 266.94,-26.55"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="268.68,-28.82 274.08,-19.7 264.18,-23.46 268.68,-28.82"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="Node000007" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_Node000007"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="372,-19.25 329.75,-19.25 329.75,0 372,0 372,-19.25"/>
|
||||
<text text-anchor="middle" x="350.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">queue</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node7 -->
|
||||
<g id="edge6_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge6_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M249.59,-54.8C271.24,-45.35 299.13,-33.19 320.16,-24.02"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="321.4,-26.86 329.17,-19.65 318.61,-20.44 321.4,-26.86"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node8 -->
|
||||
<g id="Node000008" class="node">
|
||||
<title>Node8</title>
|
||||
<g id="a_Node000008"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="429.88,-19.25 389.88,-19.25 389.88,0 429.88,0 429.88,-19.25"/>
|
||||
<text text-anchor="middle" x="409.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">string</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node8 -->
|
||||
<g id="edge7_Node000001_Node000008" class="edge">
|
||||
<title>Node1->Node8</title>
|
||||
<g id="a_edge7_Node000001_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M264.33,-54.8C300.47,-43.83 348.73,-29.18 379.56,-19.83"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="380.14,-23 388.69,-16.75 378.11,-16.31 380.14,-23"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.1 KiB |
Reference in New Issue
Block a user