Skip to content

Commit d5a2455

Browse files
Documentation for 120759a
1 parent 9c364aa commit d5a2455

File tree

103 files changed

+1657
-1484
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+1657
-1484
lines changed

d4/dac/_unbounded__0__1___knapsack_8cpp__incl.map renamed to d1/d85/unbounded__0__1__knapsack_8cpp__incl.map

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<map id="dynamic_programming/Unbounded_0_1_Knapsack.cpp" name="dynamic_programming/Unbounded_0_1_Knapsack.cpp">
2-
<area shape="rect" id="Node000001" title="Implementation of the Unbounded 0/1 Knapsack Problem." alt="" coords="67,5,276,46"/>
1+
<map id="dynamic_programming/unbounded_0_1_knapsack.cpp" name="dynamic_programming/unbounded_0_1_knapsack.cpp">
2+
<area shape="rect" id="Node000001" title="Implementation of the Unbounded 0/1 Knapsack Problem." alt="" coords="70,5,274,46"/>
33
<area shape="rect" id="Node000002" title=" " alt="" coords="5,94,77,120"/>
44
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="140,49,75,88,72,83,138,44"/>
55
<area shape="rect" id="Node000003" title=" " alt="" coords="100,94,158,120"/>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
58458697f53a27e81fff0097907f30e3

d4/dac/_unbounded__0__1___knapsack_8cpp__incl.svg renamed to d1/d85/unbounded__0__1__knapsack_8cpp__incl.svg

Lines changed: 5 additions & 5 deletions
Loading

d4/dac/_unbounded__0__1___knapsack_8cpp__incl_org.svg renamed to d1/d85/unbounded__0__1__knapsack_8cpp__incl_org.svg

Lines changed: 5 additions & 5 deletions
Loading
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5+
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
6+
<meta name="generator" content="Doxygen 1.12.0"/>
7+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8+
<title>Algorithms_in_C++: sieve_of_eratosthenes Namespace Reference</title>
9+
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
10+
<script type="text/javascript" src="../../jquery.js"></script>
11+
<script type="text/javascript" src="../../dynsections.js"></script>
12+
<script type="text/javascript" src="../../clipboard.js"></script>
13+
<link href="../../navtree.css" rel="stylesheet" type="text/css"/>
14+
<script type="text/javascript" src="../../navtreedata.js"></script>
15+
<script type="text/javascript" src="../../navtree.js"></script>
16+
<script type="text/javascript" src="../../resize.js"></script>
17+
<script type="text/javascript" src="../../cookie.js"></script>
18+
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
19+
<script type="text/javascript" src="../../search/searchdata.js"></script>
20+
<script type="text/javascript" src="../../search/search.js"></script>
21+
<script type="text/x-mathjax-config">
22+
MathJax.Hub.Config({
23+
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
24+
jax: ["input/TeX","output/HTML-CSS"],
25+
});
26+
</script>
27+
<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.js"></script>
28+
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
29+
</head>
30+
<body>
31+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
32+
<div id="titlearea">
33+
<table cellspacing="0" cellpadding="0">
34+
<tbody>
35+
<tr id="projectrow">
36+
<td id="projectalign">
37+
<div id="projectname">Algorithms_in_C++<span id="projectnumber">&#160;1.0.0</span>
38+
</div>
39+
<div id="projectbrief">Set of algorithms implemented in C++.</div>
40+
</td>
41+
</tr>
42+
</tbody>
43+
</table>
44+
</div>
45+
<!-- end header part -->
46+
<!-- Generated by Doxygen 1.12.0 -->
47+
<script type="text/javascript">
48+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
49+
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
50+
/* @license-end */
51+
</script>
52+
<script type="text/javascript">
53+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
54+
$(function() { codefold.init(1); });
55+
/* @license-end */
56+
</script>
57+
<script type="text/javascript" src="../../menudata.js"></script>
58+
<script type="text/javascript" src="../../menu.js"></script>
59+
<script type="text/javascript">
60+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
61+
$(function() {
62+
initMenu('../../',true,false,'search.php','Search',true);
63+
$(function() { init_search(); });
64+
});
65+
/* @license-end */
66+
</script>
67+
<div id="main-nav"></div>
68+
</div><!-- top -->
69+
<div id="side-nav" class="ui-resizable side-nav-resizable">
70+
<div id="nav-tree">
71+
<div id="nav-tree-contents">
72+
<div id="nav-sync" class="sync"></div>
73+
</div>
74+
</div>
75+
<div id="splitbar" style="-moz-user-select:none;"
76+
class="ui-resizable-handle">
77+
</div>
78+
</div>
79+
<script type="text/javascript">
80+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
81+
$(function(){initNavTree('d2/db0/namespacesieve__of__eratosthenes.html','../../'); initResizable(true); });
82+
/* @license-end */
83+
</script>
84+
<div id="doc-content">
85+
<!-- window showing the filter options -->
86+
<div id="MSearchSelectWindow"
87+
onmouseover="return searchBox.OnSearchSelectShow()"
88+
onmouseout="return searchBox.OnSearchSelectHide()"
89+
onkeydown="return searchBox.OnSearchSelectKey(event)">
90+
</div>
91+
92+
<!-- iframe showing the search results (closed by default) -->
93+
<div id="MSearchResultsWindow">
94+
<div id="MSearchResults">
95+
<div class="SRPage">
96+
<div id="SRIndex">
97+
<div id="SRResults"></div>
98+
<div class="SRStatus" id="Loading">Loading...</div>
99+
<div class="SRStatus" id="Searching">Searching...</div>
100+
<div class="SRStatus" id="NoMatches">No Matches</div>
101+
</div>
102+
</div>
103+
</div>
104+
</div>
105+
106+
<div class="header">
107+
<div class="headertitle"><div class="title">sieve_of_eratosthenes Namespace Reference</div></div>
108+
</div><!--header-->
109+
<div class="contents">
110+
111+
<p>Functions for finding Prime Numbers using Sieve of Eratosthenes.
112+
<a href="#details">More...</a></p>
113+
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
114+
<div class="textblock"><p>Functions for finding Prime Numbers using Sieve of Eratosthenes. </p>
115+
</div></div><!-- contents -->
116+
</div><!-- doc-content -->
117+
<!-- start footer part -->
118+
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
119+
<ul>
120+
<li class="navelem"><a class="el" href="../../d2/db0/namespacesieve__of__eratosthenes.html">sieve_of_eratosthenes</a></li>
121+
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0 </li>
122+
</ul>
123+
</div>
124+
</body>
125+
</html>

d4/d9c/primes__up__to__billion_8cpp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
</table>
136136
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
137137
<div class="textblock"><p>Compute prime numbers upto 1 billion. </p>
138-
<dl class="section see"><dt>See also</dt><dd><a class="el" href="../../de/d9b/prime__numbers_8cpp.html" title="Get list of prime numbers.">prime_numbers.cpp</a> <a class="el" href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html" title="Get list of prime numbers using Sieve of Eratosthenes.">sieve_of_eratosthenes.cpp</a> </dd></dl>
138+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="../../de/d9b/prime__numbers_8cpp.html" title="Get list of prime numbers.">prime_numbers.cpp</a> <a class="el" href="../../d8/ddf/sieve__of__eratosthenes_8cpp.html" title="Prime Numbers using Sieve of Eratosthenes">sieve_of_eratosthenes.cpp</a> </dd></dl>
139139
</div><h2 class="groupheader">Function Documentation</h2>
140140
<a id="ae66f6b31b5ad750f1fe042a706a4e3d4" name="ae66f6b31b5ad750f1fe042a706a4e3d4"></a>
141141
<h2 class="memtitle"><span class="permalink"><a href="#ae66f6b31b5ad750f1fe042a706a4e3d4">&#9670;&#160;</a></span>main()</h2>

d4/dac/_unbounded__0__1___knapsack_8cpp__incl.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

d7/dcb/_unbounded__0__1___knapsack_8cpp.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

d7/dcb/_unbounded__0__1___knapsack_8cpp_a1bcff7f76de48fa7f629480f8f18b5ef_cgraph.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

d7/dcb/_unbounded__0__1___knapsack_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)