Documentation for d4962c3032

This commit is contained in:
realstealthninja
2025-08-14 04:29:32 +00:00
parent 67d95bf85f
commit e364889a34
986 changed files with 1471 additions and 1483 deletions

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: data_structures::BloomFilter&lt; T &gt; Pages: 1 -->
<svg width="272pt" height="184pt"

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: data_structures::BloomFilter&lt; T &gt; Pages: 1 -->
<svg width="272pt" height="184pt"

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: Trie Pages: 1 -->
<svg width="164pt" height="111pt"

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: Trie Pages: 1 -->
<svg width="164pt" height="111pt"

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: priority_queue&lt; T &gt; Pages: 1 -->
<svg width="109pt" height="100pt"

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: priority_queue&lt; T &gt; Pages: 1 -->
<svg width="109pt" height="100pt"

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -474,7 +474,7 @@ Private Attributes</h2></td></tr>
<p class="definition">Definition at line <a class="el" href="../../d9/dad/rb__tree_8cpp_source.html#l00034">34</a> of file <a class="el" href="../../d9/dad/rb__tree_8cpp_source.html">rb_tree.cpp</a>.</p>
<div class="fragment"><div class="line"><span class="lineno"> 35</span>{</div>
<div class="line"><span class="lineno"> 36</span> <span class="keywordtype">int</span> z, i = 0;</div>
<div class="line"><span class="lineno"> 36</span> <span class="keywordtype">int</span> z;</div>
<div class="line"><span class="lineno"> 37</span> cout &lt;&lt; <span class="stringliteral">&quot;\nEnter key of the node to be inserted: &quot;</span>;</div>
<div class="line"><span class="lineno"> 38</span> cin &gt;&gt; z;</div>
<div class="line"><span class="lineno"> 39</span> <a class="code hl_typedef" href="../../d8/dee/avltree_8cpp.html#a74f0cf18a0e5b832d9994e2f2d022287">node</a> *p, *q;</div>

View File

@@ -1534,7 +1534,7 @@ template&lt;typename T&gt; </div>
<p class="definition">Definition at line <a class="el" href="../../d9/d49/kohonen__som__trace_8cpp_source.html#l00103">103</a> of file <a class="el" href="../../d9/d49/kohonen__som__trace_8cpp_source.html">kohonen_som_trace.cpp</a>.</p>
<div class="fragment"><div class="line"><span class="lineno"> 105</span> {</div>
<div class="line"><span class="lineno"> 106</span> <span class="keywordtype">int</span> j = 0, k = 0;</div>
<div class="line"><span class="lineno"> 106</span> <span class="keywordtype">int</span> j = 0;</div>
<div class="line"><span class="lineno"> 107</span> <span class="keywordtype">int</span> num_out = W-&gt;size(); <span class="comment">// number of SOM output nodes</span></div>
<div class="line"><span class="lineno"> 108</span> <span class="comment">// int num_features = x.size(); // number of data features</span></div>
<div class="line"><span class="lineno"> 109</span> </div>

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: numerical_methods/gram_schmidt.cpp Pages: 1 -->
<svg width="309pt" height="94pt"

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: numerical_methods/gram_schmidt.cpp Pages: 1 -->
<svg width="309pt" height="94pt"

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: others::recursive_tree_traversals::BT Pages: 1 -->
<svg width="151pt" height="142pt"

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: others::recursive_tree_traversals::BT Pages: 1 -->
<svg width="151pt" height="142pt"

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: others::lru_cache::LRUCache Pages: 1 -->
<svg width="483pt" height="93pt"

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: others::lru_cache::LRUCache Pages: 1 -->
<svg width="483pt" height="93pt"

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: range_queries/heavy_light_decomposition.cpp Pages: 1 -->
<!--zoomable 94 -->

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: range_queries/heavy_light_decomposition.cpp Pages: 1 -->
<svg width="560pt" height="94pt"

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: sorting/radix_sort2.cpp Pages: 1 -->
<svg width="325pt" height="83pt"

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: sorting/radix_sort2.cpp Pages: 1 -->
<svg width="325pt" height="83pt"

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: operations_on_datastructures/array_right_rotation.cpp Pages: 1 -->
<svg width="189pt" height="94pt"

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: operations_on_datastructures/array_right_rotation.cpp Pages: 1 -->
<svg width="189pt" height="94pt"

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: sorting/quick_sort_3.cpp Pages: 1 -->
<svg width="320pt" height="94pt"

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: sorting/quick_sort_3.cpp Pages: 1 -->
<svg width="320pt" height="94pt"

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: data_structures/stack.hpp Pages: 1 -->
<svg width="236pt" height="94pt"

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -1,7 +1,7 @@
<?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 13.1.2 (20250808.2320)
<!-- Generated by graphviz version 13.1.1 (20250719.2154)
-->
<!-- Title: data_structures/stack.hpp Pages: 1 -->
<svg width="236pt" height="94pt"

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB