mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-24 13:53:35 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
<?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: data_structures/sparse_table.cpp Pages: 1 -->
|
||||
<svg width="186pt" height="93pt"
|
||||
viewBox="0.00 0.00 186.00 93.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 89)">
|
||||
<svg width="184pt" height="94pt"
|
||||
viewBox="0.00 0.00 183.62 93.75" 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 89.75)">
|
||||
<title>data_structures/sparse_table.cpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Implementation of Sparse Table for min() function.">
|
||||
<polygon fill="#999999" stroke="#666666" points="139,-85 23,-85 23,-55 139,-55 139,-85"/>
|
||||
<text text-anchor="start" x="31" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/sparse</text>
|
||||
<text text-anchor="middle" x="81" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_table.cpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="137.75,-85.75 22,-85.75 22,-55.25 137.75,-55.25 137.75,-85.75"/>
|
||||
<text text-anchor="start" x="30" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/sparse</text>
|
||||
<text text-anchor="middle" x="79.88" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_table.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,46 +22,46 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="38,-19 0,-19 0,0 38,0 38,-19"/>
|
||||
<text text-anchor="middle" x="19" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="37.75,-19.25 0,-19.25 0,0 37.75,0 37.75,-19.25"/>
|
||||
<text text-anchor="middle" x="18.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M65.67,-54.54C56.67,-46.04 45.27,-35.29 35.99,-26.53"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="38.87,-24.49 29.19,-20.18 34.07,-29.58 38.87,-24.49"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M64.8,-54.95C56.04,-46.5 44.99,-35.83 35.93,-27.08"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="38.9,-25.13 29.28,-20.7 34.04,-30.16 38.9,-25.13"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="105.5,-19 56.5,-19 56.5,0 105.5,0 105.5,-19"/>
|
||||
<text text-anchor="middle" x="81" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="104,-19.25 55.75,-19.25 55.75,0 104,0 104,-19.25"/>
|
||||
<text text-anchor="middle" x="79.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M81,-54.54C81,-47.17 81,-38.1 81,-30.11"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="84.5,-30.18 81,-20.18 77.5,-30.18 84.5,-30.18"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M79.88,-54.95C79.88,-47.62 79.88,-38.62 79.88,-30.66"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="83.38,-30.7 79.88,-20.7 76.38,-30.7 83.38,-30.7"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="178,-19 124,-19 124,0 178,0 178,-19"/>
|
||||
<text text-anchor="middle" x="151" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="175.62,-19.25 122.12,-19.25 122.12,0 175.62,0 175.62,-19.25"/>
|
||||
<text text-anchor="middle" x="148.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M98.3,-54.54C108.68,-45.87 121.87,-34.85 132.46,-26"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.19,-28.27 139.62,-19.18 129.7,-22.9 134.19,-28.27"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M96.93,-54.95C106.93,-46.41 119.59,-35.62 129.9,-26.81"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.9,-28.85 137.24,-19.7 127.36,-23.53 131.9,-28.85"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.9 KiB |
Reference in New Issue
Block a user