Documentation for bd44418731

This commit is contained in:
github-actions
2021-07-29 16:48:19 +00:00
parent 3530d494a7
commit e7e89defec
221 changed files with 7349 additions and 6717 deletions

View File

@@ -0,0 +1,5 @@
<map id="bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp" name="bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp">
<area shape="rect" id="node1" title="Count the number of ciphers in n! implementation" alt="" coords="7,5,163,61"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,109,71,136"/>
<area shape="rect" id="node3" title=" " alt="" coords="95,109,168,136"/>
</map>

View File

@@ -0,0 +1 @@
d82dbc90fd75336e15696eeff0ca1b30

View File

@@ -0,0 +1,54 @@
<?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.48.0 (20210717.1556)
-->
<!-- Title: bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp Pages: 1 -->
<svg width="130pt" height="106pt"
viewBox="0.00 0.00 130.00 106.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 102)">
<title>bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-102 126,-102 126,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Count the number of ciphers in n! implementation">
<polygon fill="#bfbfbf" stroke="black" points="1,-56.5 1,-97.5 118,-97.5 118,-56.5 1,-56.5"/>
<text text-anchor="start" x="9" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">bit_manipulation/count</text>
<text text-anchor="start" x="9" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">_of_trailing_ciphers_in</text>
<text text-anchor="middle" x="59.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_factorial_n.cpp</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 49,-19.5 49,-0.5 0,-0.5"/>
<text text-anchor="middle" x="24.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M49,-56.5C44.2,-47.59 38.56,-37.11 33.9,-28.46"/>
<polygon fill="midnightblue" stroke="midnightblue" points="36.98,-26.8 29.16,-19.65 30.82,-30.12 36.98,-26.8"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="67,-0.5 67,-19.5 122,-19.5 122,-0.5 67,-0.5"/>
<text text-anchor="middle" x="94.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M70,-56.5C74.8,-47.59 80.44,-37.11 85.1,-28.46"/>
<polygon fill="midnightblue" stroke="midnightblue" points="88.18,-30.12 89.84,-19.65 82.02,-26.8 88.18,-30.12"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB