mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-25 11:03:23 +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 7.1.0 (20230121.1956)
|
|
-->
|
|
<!-- 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="M121.49,-65.86C129.68,-64.15 137.98,-62.42 145.96,-60.76"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="121,-62.38 111.92,-67.85 122.43,-69.24 121,-62.38"/>
|
|
</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="M121.49,-33.69C129.68,-35.34 137.98,-37.01 145.96,-38.62"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="122.42,-30.31 111.92,-31.76 121.04,-37.17 122.42,-30.31"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|