mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 03:28:29 +08:00
52 lines
2.3 KiB
XML
52 lines
2.3 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 8.0.5 (20230430.1635)
|
|
-->
|
|
<!-- Title: add Pages: 1 -->
|
|
<svg width="168pt" height="64pt"
|
|
viewBox="0.00 0.00 168.25 64.25" 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 60.25)">
|
|
<title>add</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title=" ">
|
|
<polygon fill="#999999" stroke="#666666" points="31.75,-37.25 0,-37.25 0,-18 31.75,-18 31.75,-37.25"/>
|
|
<text text-anchor="middle" x="15.88" y="-23.75" font-family="Helvetica,sans-Serif" font-size="10.00">add</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="159.88,-56.25 68.12,-56.25 68.12,-37 159.88,-37 159.88,-56.25"/>
|
|
<text text-anchor="middle" x="114" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::length</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M31.89,-30.59C38.95,-31.99 47.86,-33.75 57.16,-35.59"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.26,-39.18 66.75,-37.68 57.62,-32.31 56.26,-39.18"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/substr.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="160.25,-19.25 67.75,-19.25 67.75,0 160.25,0 160.25,-19.25"/>
|
|
<text text-anchor="middle" x="114" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::substr</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M31.89,-24.81C38.8,-23.52 47.47,-21.9 56.56,-20.19"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.15,-23.46 66.33,-18.18 55.86,-16.58 57.15,-23.46"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|