Skip to content

Commit 93f09a7

Browse files
author
buildbot121
committed
API documentation update by build server
1 parent b284ec6 commit 93f09a7

7 files changed

+4
-583
lines changed

docs/api/Advanced.Algorithms.Binary.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -89,25 +89,10 @@ <h3 id="classes">Classes
8989
</h3>
9090
<h4><a class="xref" href="Advanced.Algorithms.Binary.BaseConversion.html">BaseConversion</a></h4>
9191
<section></section>
92-
<h4><a class="xref" href="Advanced.Algorithms.Binary.BitHacks.html">BitHacks</a></h4>
93-
<section></section>
94-
<h4><a class="xref" href="Advanced.Algorithms.Binary.DivisionModulus.html">DivisionModulus</a></h4>
95-
<section><p>Compute modulus division by power of 2 without a division operator.</p>
96-
</section>
9792
<h4><a class="xref" href="Advanced.Algorithms.Binary.Gcd.html">Gcd</a></h4>
9893
<section></section>
99-
<h4><a class="xref" href="Advanced.Algorithms.Binary.IntToBinary.html">IntToBinary</a></h4>
100-
<section></section>
101-
<h4><a class="xref" href="Advanced.Algorithms.Binary.IsMultipleOfNine.html">IsMultipleOfNine</a></h4>
102-
<section></section>
103-
<h4><a class="xref" href="Advanced.Algorithms.Binary.IsMultipleOfThree.html">IsMultipleOfThree</a></h4>
104-
<section></section>
10594
<h4><a class="xref" href="Advanced.Algorithms.Binary.Logarithm.html">Logarithm</a></h4>
10695
<section></section>
107-
<h4><a class="xref" href="Advanced.Algorithms.Binary.NextPowOfTwo.html">NextPowOfTwo</a></h4>
108-
<section></section>
109-
<h4><a class="xref" href="Advanced.Algorithms.Binary.ToggleCase.html">ToggleCase</a></h4>
110-
<section></section>
11196
</article>
11297
</div>
11398

docs/api/Advanced.Algorithms.Numerical.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,6 @@ <h3 id="classes">Classes
8989
</h3>
9090
<h4><a class="xref" href="Advanced.Algorithms.Numerical.FastExponentiation.html">FastExponentiation</a></h4>
9191
<section></section>
92-
<h4><a class="xref" href="Advanced.Algorithms.Numerical.KthSmallest-1.html">KthSmallest&lt;T&gt;</a></h4>
93-
<section><p>Returns the kth smallest element in given input</p>
94-
</section>
95-
<h4><a class="xref" href="Advanced.Algorithms.Numerical.MedianStream.html">MedianStream</a></h4>
96-
<section><p>Keeps median of given stream
97-
An online algorithm</p>
98-
</section>
9992
<h4><a class="xref" href="Advanced.Algorithms.Numerical.PrimeGenerator.html">PrimeGenerator</a></h4>
10093
<section></section>
10194
<h4><a class="xref" href="Advanced.Algorithms.Numerical.PrimeTester.html">PrimeTester</a></h4>

docs/api/Advanced.Algorithms.Search.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ <h3 id="classes">Classes
8989
</h3>
9090
<h4><a class="xref" href="Advanced.Algorithms.Search.BinarySearch.html">BinarySearch</a></h4>
9191
<section></section>
92-
<h4><a class="xref" href="Advanced.Algorithms.Search.SearchAlmostSorted.html">SearchAlmostSorted</a></h4>
93-
<section></section>
9492
</article>
9593
</div>
9694

docs/api/Advanced.Algorithms.Sorting.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ <h4><a class="xref" href="Advanced.Algorithms.Sorting.SelectionSort-1.html">Sele
111111
<h4><a class="xref" href="Advanced.Algorithms.Sorting.ShellSort-1.html">ShellSort&lt;T&gt;</a></h4>
112112
<section><p>A shell sort implementation</p>
113113
</section>
114-
<h4><a class="xref" href="Advanced.Algorithms.Sorting.SortAlmostSorted.html">SortAlmostSorted</a></h4>
115-
<section></section>
116114
<h4><a class="xref" href="Advanced.Algorithms.Sorting.TreeSort-1.html">TreeSort&lt;T&gt;</a></h4>
117115
<section></section>
118116
</article>

docs/api/toc.html

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,12 @@
1919
<li>
2020
<a href="Advanced.Algorithms.Binary.BaseConversion.html" name="" title="BaseConversion">BaseConversion</a>
2121
</li>
22-
<li>
23-
<a href="Advanced.Algorithms.Binary.BitHacks.html" name="" title="BitHacks">BitHacks</a>
24-
</li>
25-
<li>
26-
<a href="Advanced.Algorithms.Binary.DivisionModulus.html" name="" title="DivisionModulus">DivisionModulus</a>
27-
</li>
2822
<li>
2923
<a href="Advanced.Algorithms.Binary.Gcd.html" name="" title="Gcd">Gcd</a>
3024
</li>
31-
<li>
32-
<a href="Advanced.Algorithms.Binary.IntToBinary.html" name="" title="IntToBinary">IntToBinary</a>
33-
</li>
34-
<li>
35-
<a href="Advanced.Algorithms.Binary.IsMultipleOfNine.html" name="" title="IsMultipleOfNine">IsMultipleOfNine</a>
36-
</li>
37-
<li>
38-
<a href="Advanced.Algorithms.Binary.IsMultipleOfThree.html" name="" title="IsMultipleOfThree">IsMultipleOfThree</a>
39-
</li>
4025
<li>
4126
<a href="Advanced.Algorithms.Binary.Logarithm.html" name="" title="Logarithm">Logarithm</a>
4227
</li>
43-
<li>
44-
<a href="Advanced.Algorithms.Binary.NextPowOfTwo.html" name="" title="NextPowOfTwo">NextPowOfTwo</a>
45-
</li>
46-
<li>
47-
<a href="Advanced.Algorithms.Binary.ToggleCase.html" name="" title="ToggleCase">ToggleCase</a>
48-
</li>
4928
</ul> </li>
5029
<li>
5130
<span class="expand-stub"></span>
@@ -500,15 +479,6 @@
500479
<a href="Advanced.Algorithms.Graph.TravellingSalesman.html" name="" title="TravellingSalesman">TravellingSalesman</a>
501480
</li>
502481
</ul> </li>
503-
<li>
504-
<span class="expand-stub"></span>
505-
<a href="Advanced.Algorithms.Miscellaneous.html" name="" title="Advanced.Algorithms.Miscellaneous">Advanced.Algorithms.Miscellaneous</a>
506-
507-
<ul class="nav level2">
508-
<li>
509-
<a href="Advanced.Algorithms.Miscellaneous.MatrixMultiplication.html" name="" title="MatrixMultiplication">MatrixMultiplication</a>
510-
</li>
511-
</ul> </li>
512482
<li>
513483
<span class="expand-stub"></span>
514484
<a href="Advanced.Algorithms.Numerical.html" name="" title="Advanced.Algorithms.Numerical">Advanced.Algorithms.Numerical</a>
@@ -517,12 +487,6 @@
517487
<li>
518488
<a href="Advanced.Algorithms.Numerical.FastExponentiation.html" name="" title="FastExponentiation">FastExponentiation</a>
519489
</li>
520-
<li>
521-
<a href="Advanced.Algorithms.Numerical.KthSmallest-1.html" name="" title="KthSmallest&lt;T&gt;">KthSmallest&lt;T&gt;</a>
522-
</li>
523-
<li>
524-
<a href="Advanced.Algorithms.Numerical.MedianStream.html" name="" title="MedianStream">MedianStream</a>
525-
</li>
526490
<li>
527491
<a href="Advanced.Algorithms.Numerical.PrimeGenerator.html" name="" title="PrimeGenerator">PrimeGenerator</a>
528492
</li>
@@ -538,9 +502,6 @@
538502
<li>
539503
<a href="Advanced.Algorithms.Search.BinarySearch.html" name="" title="BinarySearch">BinarySearch</a>
540504
</li>
541-
<li>
542-
<a href="Advanced.Algorithms.Search.SearchAlmostSorted.html" name="" title="SearchAlmostSorted">SearchAlmostSorted</a>
543-
</li>
544505
</ul> </li>
545506
<li>
546507
<span class="expand-stub"></span>
@@ -577,9 +538,6 @@
577538
<li>
578539
<a href="Advanced.Algorithms.Sorting.ShellSort-1.html" name="" title="ShellSort&lt;T&gt;">ShellSort&lt;T&gt;</a>
579540
</li>
580-
<li>
581-
<a href="Advanced.Algorithms.Sorting.SortAlmostSorted.html" name="" title="SortAlmostSorted">SortAlmostSorted</a>
582-
</li>
583541
<li>
584542
<a href="Advanced.Algorithms.Sorting.TreeSort-1.html" name="" title="TreeSort&lt;T&gt;">TreeSort&lt;T&gt;</a>
585543
</li>

0 commit comments

Comments
 (0)