mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-11 14:36:12 +08:00
Documentation for 67e26cfbae
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<map id="math::ncr_modulo_p::NCRModuloP" name="math::ncr_modulo_p::NCRModuloP">
|
||||
<area shape="rect" id="node1" title="Class which contains all methods required for calculating nCr mod p." alt="" coords="13,184,153,225"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="5,95,160,121"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/types/integer.html" title=" " alt="" coords="35,5,130,32"/>
|
||||
</map>
|
||||
@@ -0,0 +1 @@
|
||||
e054920c214599e55bac3d877308bbd2
|
||||
@@ -0,0 +1,55 @@
|
||||
<?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 2.44.1 (20200629.0846)
|
||||
-->
|
||||
<!-- Title: math::ncr_modulo_p::NCRModuloP Pages: 1 -->
|
||||
<svg width="124pt" height="173pt"
|
||||
viewBox="0.00 0.00 124.00 173.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 169)">
|
||||
<title>math::ncr_modulo_p::NCRModuloP</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-169 120,-169 120,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Class which contains all methods required for calculating nCr mod p.">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="5.5,-0.5 5.5,-30.5 110.5,-30.5 110.5,-0.5 5.5,-0.5"/>
|
||||
<text text-anchor="start" x="13.5" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">math::ncr_modulo_p</text>
|
||||
<text text-anchor="middle" x="58" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">::NCRModuloP</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="0,-78.5 0,-97.5 116,-97.5 116,-78.5 0,-78.5"/>
|
||||
<text text-anchor="middle" x="58" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< uint64_t ></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="M58,-68.24C58,-56.41 58,-41.38 58,-30.58"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="54.5,-68.36 58,-78.36 61.5,-68.36 54.5,-68.36"/>
|
||||
<text text-anchor="middle" x="66.5" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> fac</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/types/integer.html" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="22.5,-145.5 22.5,-164.5 93.5,-164.5 93.5,-145.5 22.5,-145.5"/>
|
||||
<text text-anchor="middle" x="58" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::uint64_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="M58,-135.04C58,-122.67 58,-107.12 58,-97.63"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="54.5,-135.23 58,-145.23 61.5,-135.23 54.5,-135.23"/>
|
||||
<text text-anchor="middle" x="79.5" y="-119" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user