mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-13 09:59:50 +08:00
58 lines
3.2 KiB
XML
58 lines
3.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 5.0.1 (20220820.1526)
|
|
-->
|
|
<!-- Title: Graphical Class Hierarchy Pages: 1 -->
|
|
<svg width="264pt" height="108pt"
|
|
viewBox="0.00 0.00 264.00 108.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 104)">
|
|
<title>Graphical Class Hierarchy</title>
|
|
<!-- Node0 -->
|
|
<g id="node1" class="node">
|
|
<title>Node0</title>
|
|
<g id="a_node1"><a xlink:href="d9/d35/classrange__queries_1_1heavy__light__decomposition_1_1_s_g.html" target="_top" xlink:title="Segment Tree, to store heavy chains.">
|
|
<polygon fill="white" stroke="#666666" points="110,-100 0,-100 0,-59 110,-59 110,-100"/>
|
|
<text text-anchor="start" x="8" y="-88" font-family="Helvetica,sans-Serif" font-size="10.00">range_queries::heavy</text>
|
|
<text text-anchor="start" x="8" y="-77" font-family="Helvetica,sans-Serif" font-size="10.00">_light_decomposition</text>
|
|
<text text-anchor="middle" x="55" y="-66" font-family="Helvetica,sans-Serif" font-size="10.00">::SG< X ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1 -->
|
|
<g id="node2" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node2"><a xlink:href="d2/d8a/classrange__queries_1_1heavy__light__decomposition_1_1_h_l_d.html" target="_top" xlink:title="The Heavy-Light Decomposition class.">
|
|
<polygon fill="white" stroke="#666666" points="256,-70 146,-70 146,-29 256,-29 256,-70"/>
|
|
<text text-anchor="start" x="154" y="-58" font-family="Helvetica,sans-Serif" font-size="10.00">range_queries::heavy</text>
|
|
<text text-anchor="start" x="154" y="-47" font-family="Helvetica,sans-Serif" font-size="10.00">_light_decomposition</text>
|
|
<text text-anchor="middle" x="201" y="-36" font-family="Helvetica,sans-Serif" font-size="10.00">::HLD< X ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node0->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node0->Node1</title>
|
|
<path fill="none" stroke="#63b8ff" d="M119.99,-66.17C128.56,-64.38 137.28,-62.57 145.67,-60.82"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="119.11,-62.78 110.03,-68.24 120.53,-69.63 119.11,-62.78"/>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node3" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node3"><a xlink:href="d1/d51/classrange__queries_1_1heavy__light__decomposition_1_1_tree.html" target="_top" xlink:title="A Basic Tree, which supports binary lifting.">
|
|
<polygon fill="white" stroke="#666666" points="110,-41 0,-41 0,0 110,0 110,-41"/>
|
|
<text text-anchor="start" x="8" y="-29" font-family="Helvetica,sans-Serif" font-size="10.00">range_queries::heavy</text>
|
|
<text text-anchor="start" x="8" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">_light_decomposition</text>
|
|
<text text-anchor="middle" x="55" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">::Tree< X ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node1 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node2->Node1</title>
|
|
<path fill="none" stroke="#63b8ff" d="M119.99,-33.39C128.56,-35.11 137.28,-36.87 145.67,-38.56"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="120.52,-29.92 110.03,-31.38 119.14,-36.79 120.52,-29.92"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|