mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-10 14:07:06 +08:00
Documentation for 649a145234
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<map id="math/sieve_of_eratosthenes.cpp" name="math/sieve_of_eratosthenes.cpp">
|
||||
<area shape="rect" id="Node000001" title="Get list of prime numbers using Sieve of Eratosthenes." alt="" coords="24,5,235,31"/>
|
||||
<area shape="rect" id="Node000001" title="Prime Numbers using Sieve of Eratosthenes" alt="" coords="24,5,235,31"/>
|
||||
<area shape="rect" id="Node000002" title=" " alt="" coords="5,79,70,105"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="116,34,66,72,63,67,112,29"/>
|
||||
<area shape="rect" id="Node000003" title=" " alt="" coords="94,79,165,105"/>
|
||||
|
||||
@@ -1 +1 @@
|
||||
280de3f2a6ae18976554cdba5c01172b
|
||||
c510a1dd2e2b310a22dcf1d80796b667
|
||||
@@ -22,7 +22,7 @@
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Get list of prime numbers using Sieve of Eratosthenes.">
|
||||
<g id="a_Node000001"><a xlink:title="Prime Numbers using Sieve of Eratosthenes">
|
||||
<polygon fill="#999999" stroke="#666666" points="172,-74.5 14.25,-74.5 14.25,-55.25 172,-55.25 172,-74.5"/>
|
||||
<text text-anchor="middle" x="93.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">math/sieve_of_eratosthenes.cpp</text>
|
||||
</a>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
@@ -11,7 +11,7 @@
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Get list of prime numbers using Sieve of Eratosthenes.">
|
||||
<g id="a_Node000001"><a xlink:title="Prime Numbers using Sieve of Eratosthenes">
|
||||
<polygon fill="#999999" stroke="#666666" points="172,-74.5 14.25,-74.5 14.25,-55.25 172,-55.25 172,-74.5"/>
|
||||
<text text-anchor="middle" x="93.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">math/sieve_of_eratosthenes.cpp</text>
|
||||
</a>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Reference in New Issue
Block a user