mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-29 13:03:58 +08:00
Documentation for 040237d41a
This commit is contained in:
8
d6/d5c/travelling__salesman__problem_8cpp__incl.map
Normal file
8
d6/d5c/travelling__salesman__problem_8cpp__incl.map
Normal file
@@ -0,0 +1,8 @@
|
||||
<map id="graph/travelling_salesman_problem.cpp" name="graph/travelling_salesman_problem.cpp">
|
||||
<area shape="rect" id="node1" title="Travelling Salesman Problem implementation" alt="" coords="145,5,322,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,95,83,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="107,95,173,121"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="197,95,270,121"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="294,95,346,121"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="371,95,429,121"/>
|
||||
</map>
|
||||
1
d6/d5c/travelling__salesman__problem_8cpp__incl.md5
Normal file
1
d6/d5c/travelling__salesman__problem_8cpp__incl.md5
Normal file
@@ -0,0 +1 @@
|
||||
9eb6fbbc694d07c6e80d047f4ede7e56
|
||||
98
d6/d5c/travelling__salesman__problem_8cpp__incl.svg
Normal file
98
d6/d5c/travelling__salesman__problem_8cpp__incl.svg
Normal file
@@ -0,0 +1,98 @@
|
||||
<?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.49.0 (20210828.1703)
|
||||
-->
|
||||
<!-- Title: graph/travelling_salesman_problem.cpp Pages: 1 -->
|
||||
<svg width="326pt" height="95pt"
|
||||
viewBox="0.00 0.00 326.00 95.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 91)">
|
||||
<title>graph/travelling_salesman_problem.cpp</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 322,-91 322,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Travelling Salesman Problem implementation">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="104.5,-56.5 104.5,-86.5 237.5,-86.5 237.5,-56.5 104.5,-56.5"/>
|
||||
<text text-anchor="start" x="112.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">graph/travelling_salesman</text>
|
||||
<text text-anchor="middle" x="171" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_problem.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 58,-19.5 58,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="29" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="midnightblue" d="M137.35,-56.4C113.52,-46.42 81.85,-33.15 58.91,-23.53"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="60.24,-20.29 49.66,-19.66 57.53,-26.75 60.24,-20.29"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="76.5,-0.5 76.5,-19.5 125.5,-19.5 125.5,-0.5 76.5,-0.5"/>
|
||||
<text text-anchor="middle" x="101" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="midnightblue" d="M154.41,-56.4C143.71,-47.31 129.81,-35.49 118.87,-26.19"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="121.07,-23.47 111.19,-19.66 116.54,-28.8 121.07,-23.47"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="143.5,-0.5 143.5,-19.5 198.5,-19.5 198.5,-0.5 143.5,-0.5"/>
|
||||
<text text-anchor="middle" x="171" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<path fill="none" stroke="midnightblue" d="M171,-56.4C171,-48.47 171,-38.46 171,-29.86"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="174.5,-29.66 171,-19.66 167.5,-29.66 174.5,-29.66"/>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="216.5,-0.5 216.5,-19.5 255.5,-19.5 255.5,-0.5 216.5,-0.5"/>
|
||||
<text text-anchor="middle" x="236" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">limits</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<path fill="none" stroke="midnightblue" d="M186.4,-56.4C196.24,-47.4 208.99,-35.72 219.11,-26.47"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="221.53,-28.99 226.54,-19.66 216.8,-23.83 221.53,-28.99"/>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="274,-0.5 274,-19.5 318,-19.5 318,-0.5 274,-0.5"/>
|
||||
<text text-anchor="middle" x="296" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<path fill="none" stroke="midnightblue" d="M200.62,-56.4C221.22,-46.59 248.48,-33.62 268.58,-24.05"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="270.29,-27.12 277.81,-19.66 267.28,-20.8 270.29,-27.12"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.3 KiB |
Reference in New Issue
Block a user