mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-25 22:32:24 +08:00
Documentation for 9438ea11a2
This commit is contained in:
4
dd/dad/power__of__two_8cpp__incl.map
Normal file
4
dd/dad/power__of__two_8cpp__incl.map
Normal file
@@ -0,0 +1,4 @@
|
||||
<map id="math/power_of_two.cpp" name="math/power_of_two.cpp">
|
||||
<area shape="rect" id="node1" title="Implementation to check whether a number is a power of 2 or not." alt="" coords="5,5,167,32"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="50,80,122,107"/>
|
||||
</map>
|
||||
1
dd/dad/power__of__two_8cpp__incl.md5
Normal file
1
dd/dad/power__of__two_8cpp__incl.md5
Normal file
@@ -0,0 +1 @@
|
||||
593b9d109ccef2a9c34cb5591a40e216
|
||||
37
dd/dad/power__of__two_8cpp__incl.svg
Normal file
37
dd/dad/power__of__two_8cpp__incl.svg
Normal file
@@ -0,0 +1,37 @@
|
||||
<?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.46.0 (20210118.1747)
|
||||
-->
|
||||
<!-- Title: math/power_of_two.cpp Pages: 1 -->
|
||||
<svg width="129pt" height="84pt"
|
||||
viewBox="0.00 0.00 129.00 84.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 80)">
|
||||
<title>math/power_of_two.cpp</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 125,-80 125,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Implementation to check whether a number is a power of 2 or not.">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-56.5 0,-75.5 121,-75.5 121,-56.5 0,-56.5"/>
|
||||
<text text-anchor="middle" x="60.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">math/power_of_two.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="33.5,-0.5 33.5,-19.5 87.5,-19.5 87.5,-0.5 33.5,-0.5"/>
|
||||
<text text-anchor="middle" x="60.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="midnightblue" d="M60.5,-56.08C60.5,-49.01 60.5,-38.86 60.5,-29.99"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="64,-29.75 60.5,-19.75 57,-29.75 64,-29.75"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user