mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-16 11:32:44 +08:00
Documentation for 6376bf46af
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<map id="bit_manipulation/travelling_salesman_using_bit_manipulation.cpp" name="bit_manipulation/travelling_salesman_using_bit_manipulation.cpp">
|
||||
<area shape="rect" id="Node000001" title="Implementation to [Travelling Salesman problem using bit-masking] (https://www.geeksforgeeks...." alt="" coords="104,5,352,46"/>
|
||||
<area shape="rect" id="Node000002" title=" " alt="" coords="5,94,80,120"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="183,49,85,90,83,85,181,44"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="183,49,86,90,84,85,181,44"/>
|
||||
<area shape="rect" id="Node000003" title=" " alt="" coords="104,94,168,120"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="207,48,163,86,159,82,203,44"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="207,48,163,86,160,82,203,44"/>
|
||||
<area shape="rect" id="Node000004" title=" " alt="" coords="192,94,264,120"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="231,46,231,79,225,79,225,46"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="231,46,231,78,225,78,225,46"/>
|
||||
<area shape="rect" id="Node000005" title=" " alt="" coords="287,94,339,120"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="251,44,291,82,288,86,247,48"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="251,44,291,81,287,85,247,48"/>
|
||||
<area shape="rect" id="Node000006" title=" " alt="" coords="363,94,421,120"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="270,44,355,85,352,90,268,49"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="270,44,354,85,352,89,268,49"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: bit_manipulation/travelling_salesman_using_bit_manipulation.cpp Pages: 1 -->
|
||||
<svg width="319pt" height="94pt"
|
||||
@@ -41,8 +41,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M132.16,-54.8C109.77,-45.31 80.89,-33.08 59.2,-23.89"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.77,-20.33 50.19,-19.65 58.03,-26.78 60.77,-20.33"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M132.16,-54.8C109.87,-45.35 81.15,-33.19 59.5,-24.02"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.16,-20.92 50.59,-20.24 58.43,-27.37 61.16,-20.92"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -59,8 +59,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M149.82,-54.95C139.82,-46.41 127.16,-35.62 116.85,-26.81"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="119.39,-23.53 109.51,-19.7 114.85,-28.85 119.39,-23.53"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M149.82,-54.95C139.92,-46.5 127.42,-35.83 117.16,-27.08"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="119.54,-24.51 109.66,-20.68 115,-29.84 119.54,-24.51"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -77,8 +77,8 @@
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M166.88,-54.95C166.88,-47.62 166.88,-38.62 166.88,-30.66"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="170.38,-30.7 166.88,-20.7 163.38,-30.7 170.38,-30.7"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M166.88,-54.95C166.88,-47.71 166.88,-38.84 166.88,-30.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="170.38,-31.21 166.88,-21.21 163.38,-31.21 170.38,-31.21"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -95,8 +95,8 @@
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M182.7,-54.95C191.88,-46.5 203.47,-35.83 212.99,-27.08"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="215.02,-30.05 220.01,-20.7 210.28,-24.9 215.02,-30.05"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M182.7,-54.95C191.78,-46.59 203.24,-36.05 212.69,-27.35"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="214.9,-30.07 219.89,-20.73 210.17,-24.92 214.9,-30.07"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -113,8 +113,8 @@
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M197.6,-54.8C217.05,-45.48 242.04,-33.52 261.1,-24.4"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="262.5,-27.13 270.01,-19.65 259.48,-20.81 262.5,-27.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M197.6,-54.8C216.96,-45.53 241.8,-33.63 260.84,-24.52"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="262.14,-27.78 269.65,-20.31 259.12,-21.47 262.14,-27.78"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: bit_manipulation/travelling_salesman_using_bit_manipulation.cpp Pages: 1 -->
|
||||
<svg width="319pt" height="94pt"
|
||||
@@ -31,8 +31,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M132.16,-54.8C109.77,-45.31 80.89,-33.08 59.2,-23.89"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.77,-20.33 50.19,-19.65 58.03,-26.78 60.77,-20.33"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M132.16,-54.8C109.87,-45.35 81.15,-33.19 59.5,-24.02"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.16,-20.92 50.59,-20.24 58.43,-27.37 61.16,-20.92"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -49,8 +49,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M149.82,-54.95C139.82,-46.41 127.16,-35.62 116.85,-26.81"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="119.39,-23.53 109.51,-19.7 114.85,-28.85 119.39,-23.53"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M149.82,-54.95C139.92,-46.5 127.42,-35.83 117.16,-27.08"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="119.54,-24.51 109.66,-20.68 115,-29.84 119.54,-24.51"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -67,8 +67,8 @@
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M166.88,-54.95C166.88,-47.62 166.88,-38.62 166.88,-30.66"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="170.38,-30.7 166.88,-20.7 163.38,-30.7 170.38,-30.7"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M166.88,-54.95C166.88,-47.71 166.88,-38.84 166.88,-30.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="170.38,-31.21 166.88,-21.21 163.38,-31.21 170.38,-31.21"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -85,8 +85,8 @@
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M182.7,-54.95C191.88,-46.5 203.47,-35.83 212.99,-27.08"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="215.02,-30.05 220.01,-20.7 210.28,-24.9 215.02,-30.05"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M182.7,-54.95C191.78,-46.59 203.24,-36.05 212.69,-27.35"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="214.9,-30.07 219.89,-20.73 210.17,-24.92 214.9,-30.07"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -103,8 +103,8 @@
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M197.6,-54.8C217.05,-45.48 242.04,-33.52 261.1,-24.4"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="262.5,-27.13 270.01,-19.65 259.48,-20.81 262.5,-27.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M197.6,-54.8C216.96,-45.53 241.8,-33.63 260.84,-24.52"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="262.14,-27.78 269.65,-20.31 259.12,-21.47 262.14,-27.78"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Reference in New Issue
Block a user