mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-30 16:51:57 +08:00
Documentation for fe692e8e01
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<map id="geometry/jarvis_algorithm.cpp" name="geometry/jarvis_algorithm.cpp">
|
||||
<area shape="rect" id="node1" title="Implementation of Jarvis’s algorithm." alt="" coords="21,5,221,32"/>
|
||||
<area shape="rect" id="node1" title="Implementation of Jarvis’s algorithm." alt="" coords="23,5,219,32"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,80,64,107"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="89,80,154,107"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="178,80,251,107"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="179,80,251,107"/>
|
||||
</map>
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
<?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.3 (20211023.0002)
|
||||
<!-- Generated by graphviz version 2.50.0 (20211204.2007)
|
||||
-->
|
||||
<!-- Title: geometry/jarvis_algorithm.cpp Pages: 1 -->
|
||||
<svg width="193pt" height="84pt"
|
||||
viewBox="0.00 0.00 192.50 84.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="192pt" height="84pt"
|
||||
viewBox="0.00 0.00 192.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>geometry/jarvis_algorithm.cpp</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 188.5,-80 188.5,4 -4,4"/>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 188,-80 188,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Implementation of Jarvis’s algorithm.">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="12,-56.5 12,-75.5 162,-75.5 162,-56.5 12,-56.5"/>
|
||||
<polygon fill="#bfbfbf" stroke="black" points="13.5,-56.5 13.5,-75.5 160.5,-75.5 160.5,-56.5 13.5,-56.5"/>
|
||||
<text text-anchor="middle" x="87" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">geometry/jarvis_algorithm.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
@@ -52,7 +52,7 @@
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="129.5,-0.5 129.5,-19.5 184.5,-19.5 184.5,-0.5 129.5,-0.5"/>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="130,-0.5 130,-19.5 184,-19.5 184,-0.5 130,-0.5"/>
|
||||
<text text-anchor="middle" x="157" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Reference in New Issue
Block a user