Skip to content

Commit 131e074

Browse files
Documentation for c56496d
1 parent c6afe07 commit 131e074

File tree

84 files changed

+2740
-1394
lines changed

Some content is hidden

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

84 files changed

+2740
-1394
lines changed

d2/d90/namespacegreedy__algorithms.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@
119119
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d2f/namespacegreedy__algorithms_1_1dijkstra.html">dijkstra</a></td></tr>
120120
<tr class="memdesc:d2/d2f/namespacegreedy__algorithms_1_1dijkstra"><td class="mdescLeft">&#160;</td><td class="mdescRight">Functions for the <a href="https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm" target="_blank">Dijkstra</a> algorithm implementation. <br /></td></tr>
121121
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
122+
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d9a/namespacegreedy__algorithms_1_1stable__matching.html">stable_matching</a></td></tr>
123+
<tr class="memdesc:dd/d9a/namespacegreedy__algorithms_1_1stable__matching"><td class="mdescLeft">&#160;</td><td class="mdescRight">Functions for the Gale-Shapley Algorithm. <br /></td></tr>
124+
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
122125
</table><table class="memberdecls">
123126
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
124127
Functions</h2></td></tr>
@@ -133,8 +136,11 @@
133136
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
134137
<div class="textblock"><p>for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a> </p>
135138
<p>for uint32_t</p>
139+
<p>for assert</p>
136140
<p>for assert for INT_MAX for IO operations</p>
137141
<p>Greedy Algorithms</p>
142+
<p>for std::u32int_t for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a> for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/algorithm/find.html">std::find</a></p>
143+
<p>Greedy Algorithms</p>
138144
<p>for assert for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a></p>
139145
<p>Greedy Algorithms</p>
140146
<p>for array for IO operations for numeric limits</p>

d2/d90/namespacegreedy__algorithms.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
var namespacegreedy__algorithms =
22
[
33
[ "dijkstra", "d2/d2f/namespacegreedy__algorithms_1_1dijkstra.html", "d2/d2f/namespacegreedy__algorithms_1_1dijkstra" ],
4+
[ "stable_matching", "dd/d9a/namespacegreedy__algorithms_1_1stable__matching.html", [
5+
[ "gale_shapley", "dd/d9a/namespacegreedy__algorithms_1_1stable__matching.html#a6d7e84df47dcf19e88f95f8f9040306c", null ]
6+
] ],
47
[ "can_jump", "d2/d90/namespacegreedy__algorithms.html#a33e3819aa9ffec0e380383c52603b502", null ],
58
[ "findMinimumEdge", "d2/d90/namespacegreedy__algorithms.html#a349e4ab9a97532c3931a2bd2a19c0098", null ]
69
];

d5/dd0/namespacephysics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<a href="#details">More...</a></p>
113113
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
114114
<div class="textblock"><p>for IO operations </p>
115-
<p>for assert() for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/math/pow.html">std::pow()</a>, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/math/sin.html">std::sin()</a>, and <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/math/cos.html">std::cos()</a></p>
115+
<p>for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/math/pow.html">std::pow()</a>, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/math/sin.html">std::sin()</a>, and <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/math/cos.html">std::cos()</a></p>
116116
<p>Physics algorithms </p>
117117
</div></div><!-- contents -->
118118
</div><!-- doc-content -->

d7/d81/namespacebit__manipulation.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,14 @@
126126
<div class="textblock"><p>for IO operations </p>
127127
<p>Bit manipulation algorithms.</p>
128128
<p>for io operations</p>
129+
<p>Program to generate n-bit <a href="https://en.wikipedia.org/wiki/Gray_code" target="_blank">Gray code</a></p>
129130
<p>storing the numbers</p>
130131
<p>for assert</p>
131132
<p>Bit manipulation algorithms</p>
132133
<p>for assert for IO operations</p>
133134
<p>Bit manipulation algorithms</p>
135+
<p>Gray code is a binary numeral system where consecutive values differ in exactly 1 bit. The following code offers one of many possible Gray codes given some pre-determined number of bits. for gray code representation for assert for IO operations for vector data structure</p>
136+
<p>Bit manipulation algorithms</p>
134137
<p>for assert</p>
135138
<p>Bit Manipulation algorithms</p>
136139
<p>for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/algorithm/min.html">std::min</a> for assert for IO operations for limits of integral types for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a> </p>

0 commit comments

Comments
 (0)