Documentation for 1a1570d775

This commit is contained in:
github-actions
2023-04-28 14:48:59 +00:00
parent ffdd173f0d
commit 7312767170
3827 changed files with 57379 additions and 55777 deletions

View File

@@ -1,5 +1,5 @@
<map id="bit_manipulation/hamming_distance.cpp" name="bit_manipulation/hamming_distance.cpp">
<area shape="rect" id="node1" title="Returns the Hamming distance between two integers." alt="" coords="5,5,179,45"/>
<area shape="rect" id="node2" title=" " alt="" coords="13,93,78,119"/>
<area shape="rect" id="node3" title=" " alt="" coords="103,93,175,119"/>
<area shape="rect" id="node1" title="Returns the Hamming distance between two integers." alt="" coords="5,5,178,46"/>
<area shape="rect" id="node2" title=" " alt="" coords="14,94,78,120"/>
<area shape="rect" id="node3" title=" " alt="" coords="103,94,174,120"/>
</map>

View File

@@ -1,20 +1,20 @@
<?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 8.0.2 (20230410.1723)
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
-->
<!-- Title: bit_manipulation/hamming_distance.cpp Pages: 1 -->
<svg width="138pt" height="93pt"
viewBox="0.00 0.00 138.00 93.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 89)">
<svg width="137pt" height="94pt"
viewBox="0.00 0.00 137.25 93.75" 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 89.75)">
<title>bit_manipulation/hamming_distance.cpp</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Returns the Hamming distance between two integers.">
<polygon fill="#999999" stroke="#666666" points="130,-85 0,-85 0,-55 130,-55 130,-85"/>
<text text-anchor="start" x="8" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">bit_manipulation/hamming</text>
<text text-anchor="middle" x="65" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_distance.cpp</text>
<polygon fill="#999999" stroke="#666666" points="129.25,-85.75 0,-85.75 0,-55.25 129.25,-55.25 129.25,-85.75"/>
<text text-anchor="start" x="8" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">bit_manipulation/hamming</text>
<text text-anchor="middle" x="64.62" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_distance.cpp</text>
</a>
</g>
</g>
@@ -22,31 +22,31 @@
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="54.5,-19 5.5,-19 5.5,0 54.5,0 54.5,-19"/>
<text text-anchor="middle" x="30" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
<polygon fill="#e0e0e0" stroke="#999999" points="54.75,-19.25 6.5,-19.25 6.5,0 54.75,0 54.75,-19.25"/>
<text text-anchor="middle" x="30.62" y="-5.75" 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="#63b8ff" d="M56.35,-54.54C51.63,-46.65 45.74,-36.81 40.73,-28.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="43.33,-26.96 35.19,-20.18 37.32,-30.55 43.33,-26.96"/>
<path fill="none" stroke="#63b8ff" d="M56.22,-54.95C51.69,-47.1 46.06,-37.35 41.23,-28.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="43.9,-27.61 35.87,-20.7 37.84,-31.11 43.9,-27.61"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="127,-19 73,-19 73,0 127,0 127,-19"/>
<text text-anchor="middle" x="100" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
<polygon fill="#e0e0e0" stroke="#999999" points="126.38,-19.25 72.88,-19.25 72.88,0 126.38,0 126.38,-19.25"/>
<text text-anchor="middle" x="99.62" y="-5.75" 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="#63b8ff" d="M73.65,-54.54C78.37,-46.65 84.26,-36.81 89.27,-28.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.68,-30.55 94.81,-20.18 86.67,-26.96 92.68,-30.55"/>
<path fill="none" stroke="#63b8ff" d="M73.28,-54.95C77.94,-47.1 83.74,-37.35 88.71,-28.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.13,-31.09 94.23,-20.7 86.11,-27.51 92.13,-31.09"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB