mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-24 10:33:10 +08:00
73 lines
3.7 KiB
XML
73 lines
3.7 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 2.47.3 (20210619.1520)
|
|
-->
|
|
<!-- Title: hash_chain Pages: 1 -->
|
|
<svg width="265pt" height="173pt"
|
|
viewBox="0.00 0.00 265.00 173.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 169)">
|
|
<title>hash_chain</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-169 261,-169 261,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Chain class with a given modulus.">
|
|
<polygon fill="#bfbfbf" stroke="black" points="46,-0.5 46,-19.5 114,-19.5 114,-0.5 46,-0.5"/>
|
|
<text text-anchor="middle" x="80" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">hash_chain</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/memory/shared_ptr.html" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="0,-67.5 0,-97.5 116,-97.5 116,-67.5 0,-67.5"/>
|
|
<text text-anchor="start" x="8" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr< struct</text>
|
|
<text text-anchor="middle" x="58" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00"> Node ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node2->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M65.5,-57.48C69.54,-44.51 74.29,-29.29 77.22,-19.89"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="62.09,-56.64 62.45,-67.23 68.77,-58.73 62.09,-56.64"/>
|
|
<text text-anchor="middle" x="82" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
|
|
</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/container/vector.html" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="134.5,-67.5 134.5,-97.5 255.5,-97.5 255.5,-67.5 134.5,-67.5"/>
|
|
<text text-anchor="start" x="142.5" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< std::shared</text>
|
|
<text text-anchor="middle" x="195" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">_ptr< Node > ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node3->Node1 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node3->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M163.35,-62.1C140.6,-48.15 111.03,-30.02 93.92,-19.53"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="161.65,-65.16 172,-67.4 165.31,-59.19 161.65,-65.16"/>
|
|
<text text-anchor="middle" x="153" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> head</text>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="133,-145.5 133,-164.5 257,-164.5 257,-145.5 133,-145.5"/>
|
|
<text text-anchor="middle" x="195" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr< Node ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node4->Node3 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node4->Node3</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M195,-135.24C195,-123.41 195,-108.38 195,-97.58"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="191.5,-135.36 195,-145.36 198.5,-135.36 191.5,-135.36"/>
|
|
<text text-anchor="middle" x="217" y="-119" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|