mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-28 20:43:50 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<map id="ListNode" name="ListNode">
|
||||
<area shape="rect" id="node1" title="for IO operations" alt="" coords="5,5,80,31"/>
|
||||
<area shape="rect" id="node1" title="for IO operations" alt="" coords="5,5,79,31"/>
|
||||
</map>
|
||||
|
||||
@@ -1,28 +1,28 @@
|
||||
<?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)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- Title: ListNode Pages: 1 -->
|
||||
<svg width="104pt" height="27pt"
|
||||
viewBox="0.00 0.00 104.00 27.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 23)">
|
||||
<svg width="103pt" height="27pt"
|
||||
viewBox="0.00 0.00 102.75 27.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 23.25)">
|
||||
<title>ListNode</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="for IO operations">
|
||||
<polygon fill="#999999" stroke="#666666" points="56,-19 0,-19 0,0 56,0 56,-19"/>
|
||||
<text text-anchor="middle" x="28" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">ListNode</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="55,-19.25 0,-19.25 0,0 55,0 55,-19.25"/>
|
||||
<text text-anchor="middle" x="27.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">ListNode</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M67.23,-12.46C71.36,-11.88 74,-10.89 74,-9.5 74,-7.09 66.09,-5.9 56.3,-5.94"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="67.09,-9.01 57.3,-13.06 67.48,-16 67.09,-9.01"/>
|
||||
<text text-anchor="middle" x="85" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M66.31,-12.62C70.39,-12.04 73,-11.04 73,-9.62 73,-7.18 65.18,-5.98 55.49,-6.02"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="66.28,-9.17 56.49,-13.23 66.67,-16.16 66.28,-9.17"/>
|
||||
<text text-anchor="middle" x="83.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user