Documentation for cde1672dca

This commit is contained in:
realstealthninja
2024-10-04 13:10:41 +00:00
parent e0e9107e7e
commit e41ab558c4
23 changed files with 1113 additions and 978 deletions

View File

@@ -126,11 +126,14 @@ Functions</h2></td></tr>
<div class="textblock"><p>for IO operations </p>
<p>Bit manipulation algorithms.</p>
<p>for io operations</p>
<p>Program to generate n-bit <a href="https://en.wikipedia.org/wiki/Gray_code" target="_blank">Gray code</a></p>
<p>storing the numbers</p>
<p>for assert</p>
<p>Bit manipulation algorithms</p>
<p>for assert for IO operations</p>
<p>Bit manipulation algorithms</p>
<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>
<p>Bit manipulation algorithms</p>
<p>for assert</p>
<p>Bit Manipulation algorithms</p>
<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>