mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-23 21:32:09 +08:00
Documentation for eae5a72561
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<map id="data_structures::BloomFilter< T >" name="data_structures::BloomFilter< T >">
|
||||
<area shape="rect" id="node1" title="Bloom filter template class." alt="" coords="168,299,387,324"/>
|
||||
<area shape="rect" id="node2" href="$d9/dae/classdata__structures_1_1_bitset.html" title="Simple bitset implementation for bloom filter." alt="" coords="108,203,263,229"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="111,101,281,126"/>
|
||||
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/types/size_t.html" title=" " alt="" coords="5,5,88,31"/>
|
||||
<area shape="rect" id="node5" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="287,196,455,236"/>
|
||||
<area shape="rect" id="node6" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/utility/functional/function.html" title=" " alt="" coords="309,93,433,133"/>
|
||||
</map>
|
||||
@@ -0,0 +1 @@
|
||||
62a98e54abfe18f9352943492c4e6900
|
||||
110
d8/d41/classdata__structures_1_1_bloom_filter__coll__graph.svg
Normal file
110
d8/d41/classdata__structures_1_1_bloom_filter__coll__graph.svg
Normal file
@@ -0,0 +1,110 @@
|
||||
<?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: data_structures::BloomFilter< T > Pages: 1 -->
|
||||
<svg width="345pt" height="247pt"
|
||||
viewBox="0.00 0.00 345.00 247.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 243)">
|
||||
<title>data_structures::BloomFilter< T ></title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Bloom filter template class.">
|
||||
<polygon fill="#999999" stroke="#666666" points="286,-19 122,-19 122,0 286,0 286,-19"/>
|
||||
<text text-anchor="middle" x="204" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::BloomFilter< T ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:href="../../d9/dae/classdata__structures_1_1_bitset.html" target="_top" xlink:title="Simple bitset implementation for bloom filter.">
|
||||
<polygon fill="white" stroke="#666666" points="193,-90.5 77,-90.5 77,-71.5 193,-71.5 193,-90.5"/>
|
||||
<text text-anchor="middle" x="135" y="-78.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::Bitset</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="M150.86,-64.03C164.74,-50.05 184.36,-30.28 195.47,-19.09"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="148.02,-61.92 143.46,-71.48 152.99,-66.85 148.02,-61.92"/>
|
||||
<text text-anchor="middle" x="184.5" y="-40" font-family="Helvetica,sans-Serif" font-size="10.00"> set</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="#666666" points="206.5,-167.5 79.5,-167.5 79.5,-148.5 206.5,-148.5 206.5,-167.5"/>
|
||||
<text text-anchor="middle" x="143" y="-155.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< std::size_t ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M140.98,-138.02C139.35,-122.74 137.13,-101.98 135.91,-90.5"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="137.54,-138.82 142.08,-148.4 144.5,-138.08 137.54,-138.82"/>
|
||||
<text text-anchor="middle" x="151" y="-117" font-family="Helvetica,sans-Serif" font-size="10.00"> data</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/types/size_t.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="62,-239 0,-239 0,-220 62,-220 62,-239"/>
|
||||
<text text-anchor="middle" x="31" y="-227" font-family="Helvetica,sans-Serif" font-size="10.00">std::size_t</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4->Node2 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>Node4->Node2</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M23.72,-210.27C17.67,-191.96 11.83,-163.57 24,-143 40.51,-115.08 74.85,-99.09 100.98,-90.54"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="20.47,-211.56 27.18,-219.76 27.04,-209.16 20.47,-211.56"/>
|
||||
<text text-anchor="middle" x="47" y="-155.5" font-family="Helvetica,sans-Serif" font-size="10.00"> blockSize</text>
|
||||
</g>
|
||||
<!-- Node4->Node3 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node4->Node3</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M53.35,-214.63C75.96,-200.6 110.2,-179.35 129.15,-167.59"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="51.38,-211.73 44.73,-219.98 55.08,-217.68 51.38,-211.73"/>
|
||||
<text text-anchor="middle" x="112.5" y="-194" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="337,-96 211,-96 211,-66 337,-66 337,-96"/>
|
||||
<text text-anchor="start" x="219" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< std::function</text>
|
||||
<text text-anchor="middle" x="274" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">< std::size_t(T)> ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5->Node1 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>Node5->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M252.42,-58.57C239.09,-45.34 222.72,-29.08 212.83,-19.27"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="250.27,-61.37 259.83,-65.94 255.2,-56.41 250.27,-61.37"/>
|
||||
<text text-anchor="middle" x="268" y="-40" font-family="Helvetica,sans-Serif" font-size="10.00"> hashFunks</text>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/utility/functional/function.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="320.5,-173 227.5,-173 227.5,-143 320.5,-143 320.5,-173"/>
|
||||
<text text-anchor="start" x="235.5" y="-161" font-family="Helvetica,sans-Serif" font-size="10.00">std::function< std</text>
|
||||
<text text-anchor="middle" x="274" y="-150" font-family="Helvetica,sans-Serif" font-size="10.00">::size_t(T)></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node6->Node5 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>Node6->Node5</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M274,-132.54C274,-120.45 274,-106.29 274,-96.04"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="270.5,-132.89 274,-142.89 277.5,-132.89 270.5,-132.89"/>
|
||||
<text text-anchor="middle" x="295.5" y="-117" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.9 KiB |
@@ -126,7 +126,7 @@ Classes</h2></td></tr>
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a>
|
||||
Namespaces</h2></td></tr>
|
||||
<tr class="memitem:d5/d3c/namespacedata__structures"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d5/d3c/namespacedata__structures.html">data_structures</a></td></tr>
|
||||
<tr class="memdesc:d5/d3c/namespacedata__structures"><td class="mdescLeft"> </td><td class="mdescRight">Data Structures algorithms. <br /></td></tr>
|
||||
<tr class="memdesc:d5/d3c/namespacedata__structures"><td class="mdescLeft"> </td><td class="mdescRight">for IO operations <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:d9/d70/namespacequeue__using__array"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/d70/namespacequeue__using__array.html">queue_using_array</a></td></tr>
|
||||
<tr class="memdesc:d9/d70/namespacequeue__using__array"><td class="mdescLeft"> </td><td class="mdescRight">Functions for [<a class="el" href="../../dc/db5/struct_queue.html">Queue</a> using Array] (<a href="https://www.geeksforgeeks.org/array-implementation-of-queue-simple/">https://www.geeksforgeeks.org/array-implementation-of-queue-simple/</a>) implementation. <br /></td></tr>
|
||||
|
||||
Reference in New Issue
Block a user