mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 03:28:29 +08:00
52 lines
2.2 KiB
XML
52 lines
2.2 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.2 (20230410.1723)
|
|
-->
|
|
<!-- Title: add Pages: 1 -->
|
|
<svg width="169pt" height="64pt"
|
|
viewBox="0.00 0.00 169.00 64.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 60)">
|
|
<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="32,-37 0,-37 0,-18 32,-18 32,-37"/>
|
|
<text text-anchor="middle" x="16" y="-25" 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="160.5,-56 68.5,-56 68.5,-37 160.5,-37 160.5,-56"/>
|
|
<text text-anchor="middle" x="114.5" y="-44" 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="M32.08,-30.47C39.16,-31.86 48.1,-33.62 57.44,-35.46"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.59,-39.06 67.08,-37.56 57.94,-32.19 56.59,-39.06"/>
|
|
</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="161,-19 68,-19 68,0 161,0 161,-19"/>
|
|
<text text-anchor="middle" x="114.5" y="-7" 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="M32.08,-24.69C39.09,-23.38 47.91,-21.73 57.14,-20.01"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.46,-23.33 66.65,-18.05 56.18,-16.45 57.46,-23.33"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|