mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-16 11:32:44 +08:00
Documentation for 53a6c16730
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<map id="math/extended_euclid_algorithm.cpp" name="math/extended_euclid_algorithm.cpp">
|
||||
<area shape="rect" id="node1" title="GCD using extended Euclid's algorithm" alt="" coords="16,5,165,47"/>
|
||||
<area shape="rect" id="node1" title="GCD using [extended Euclid's algorithm] (https://en.wikipedia.org/wiki/Extended_Euclidean_algorithm)" alt="" coords="16,5,165,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,95,80,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="104,95,176,121"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6a99876479612571fa194294f0b387ea
|
||||
bdea161ed0550375e46f79e401ea348d
|
||||
@@ -12,7 +12,7 @@
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="GCD using extended Euclid's algorithm">
|
||||
<g id="a_node1"><a xlink:title="GCD using [extended Euclid's algorithm] (https://en.wikipedia.org/wiki/Extended_Euclidean_algorithm)">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="8,-56.5 8,-86.5 120,-86.5 120,-56.5 8,-56.5"/>
|
||||
<text text-anchor="start" x="16" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">math/extended_euclid</text>
|
||||
<text text-anchor="middle" x="64" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_algorithm.cpp</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user