Skip to content

Commit 39081a7

Browse files
committed
2 parents 35a0a1b + 0aafe62 commit 39081a7

10 files changed

+128
-113
lines changed

docs/api/Advanced.Algorithms.DataStructures.DistributedSystems.CircularQueue-1.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ <h5 class="returns">Returns</h5>
346346
<tbody>
347347
<tr>
348348
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;T&gt;</td>
349-
<td></td>
349+
<td><p>Deleted items.</p>
350+
</td>
350351
</tr>
351352
</tbody>
352353
</table>

docs/api/Advanced.Algorithms.DistributedSystems.ConsistentHash-1.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@
8383

8484
<h1 id="Advanced_Algorithms_DistributedSystems_ConsistentHash_1" data-uid="Advanced.Algorithms.DistributedSystems.ConsistentHash`1" class="text-break">Class ConsistentHash&lt;T&gt;
8585
</h1>
86-
<div class="markdown level0 summary"><p>A consistant hash implementation with MurmurHash
87-
Adapted from <a href="https://github.com/wsq003/consistent-hash/blob/master/ConsistentHash.cs">https://github.com/wsq003/consistent-hash/blob/master/ConsistentHash.cs</a></p>
86+
<div class="markdown level0 summary"><p>A consistant hash implementation with MurmurHash</p>
8887
</div>
8988
<div class="markdown level0 conceptual"></div>
9089
<div class="inheritance">

docs/api/Advanced.Algorithms.DistributedSystems.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ <h1 id="Advanced_Algorithms_DistributedSystems" data-uid="Advanced.Algorithms.Di
8888
<h3 id="classes">Classes
8989
</h3>
9090
<h4><a class="xref" href="Advanced.Algorithms.DistributedSystems.ConsistentHash-1.html">ConsistentHash&lt;T&gt;</a></h4>
91-
<section><p>A consistant hash implementation with MurmurHash
92-
Adapted from <a href="https://github.com/wsq003/consistent-hash/blob/master/ConsistentHash.cs">https://github.com/wsq003/consistent-hash/blob/master/ConsistentHash.cs</a></p>
91+
<section><p>A consistant hash implementation with MurmurHash</p>
9392
</section>
9493
<h4><a class="xref" href="Advanced.Algorithms.DistributedSystems.LRUCache-2.html">LRUCache&lt;K, V&gt;</a></h4>
9594
<section></section>

docs/api/Advanced.Algorithms.Geometry.LineIntersection.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ <h3 id="methods">Methods
125125

126126

127127
<a id="Advanced_Algorithms_Geometry_LineIntersection_FindIntersection_" data-uid="Advanced.Algorithms.Geometry.LineIntersection.FindIntersection*"></a>
128-
<h4 id="Advanced_Algorithms_Geometry_LineIntersection_FindIntersection_Advanced_Algorithms_Geometry_Line_Advanced_Algorithms_Geometry_Line_" data-uid="Advanced.Algorithms.Geometry.LineIntersection.FindIntersection(Advanced.Algorithms.Geometry.Line,Advanced.Algorithms.Geometry.Line)">FindIntersection(Line, Line)</h4>
128+
<h4 id="Advanced_Algorithms_Geometry_LineIntersection_FindIntersection_Advanced_Algorithms_Geometry_Line_Advanced_Algorithms_Geometry_Line_System_Double_" data-uid="Advanced.Algorithms.Geometry.LineIntersection.FindIntersection(Advanced.Algorithms.Geometry.Line,Advanced.Algorithms.Geometry.Line,System.Double)">FindIntersection(Line, Line, Double)</h4>
129129
<div class="markdown level1 summary"><p>Returns Point of intersection if do intersect otherwise default Point (null)</p>
130130
</div>
131131
<div class="markdown level1 conceptual"></div>
132132
<h5 class="decalaration">Declaration</h5>
133133
<div class="codewrapper">
134-
<pre><code class="lang-csharp hljs">public static Point FindIntersection(Line lineA, Line lineB)</code></pre>
134+
<pre><code class="lang-csharp hljs">public static Point FindIntersection(Line lineA, Line lineB, double tolerance = 0.001)</code></pre>
135135
</div>
136136
<h5 class="parameters">Parameters</h5>
137137
<table class="table table-bordered table-striped table-condensed">
@@ -153,6 +153,12 @@ <h5 class="parameters">Parameters</h5>
153153
<td><span class="parametername">lineB</span></td>
154154
<td></td>
155155
</tr>
156+
<tr>
157+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.double">Double</a></td>
158+
<td><span class="parametername">tolerance</span></td>
159+
<td><p>precision tolerance.</p>
160+
</td>
161+
</tr>
156162
</tbody>
157163
</table>
158164
<h5 class="returns">Returns</h5>
@@ -166,7 +172,8 @@ <h5 class="returns">Returns</h5>
166172
<tbody>
167173
<tr>
168174
<td><a class="xref" href="Advanced.Algorithms.Geometry.Point.html">Point</a></td>
169-
<td></td>
175+
<td><p>The point of intersection.</p>
176+
</td>
170177
</tr>
171178
</tbody>
172179
</table>

docs/api/Advanced.Algorithms.Geometry.Rectangle.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ <h3 id="properties">Properties
116116
</h3>
117117

118118

119-
<a id="Advanced_Algorithms_Geometry_Rectangle_leftTopCorner_" data-uid="Advanced.Algorithms.Geometry.Rectangle.leftTopCorner*"></a>
120-
<h4 id="Advanced_Algorithms_Geometry_Rectangle_leftTopCorner" data-uid="Advanced.Algorithms.Geometry.Rectangle.leftTopCorner">leftTopCorner</h4>
119+
<a id="Advanced_Algorithms_Geometry_Rectangle_LeftTopCorner_" data-uid="Advanced.Algorithms.Geometry.Rectangle.LeftTopCorner*"></a>
120+
<h4 id="Advanced_Algorithms_Geometry_Rectangle_LeftTopCorner" data-uid="Advanced.Algorithms.Geometry.Rectangle.LeftTopCorner">LeftTopCorner</h4>
121121
<div class="markdown level1 summary"></div>
122122
<div class="markdown level1 conceptual"></div>
123123
<h5 class="decalaration">Declaration</h5>
124124
<div class="codewrapper">
125-
<pre><code class="lang-csharp hljs">public Point leftTopCorner { get; set; }</code></pre>
125+
<pre><code class="lang-csharp hljs">public Point LeftTopCorner { get; set; }</code></pre>
126126
</div>
127127
<h5 class="propertyValue">Property Value</h5>
128128
<table class="table table-bordered table-striped table-condensed">
@@ -141,13 +141,13 @@ <h5 class="propertyValue">Property Value</h5>
141141
</table>
142142

143143

144-
<a id="Advanced_Algorithms_Geometry_Rectangle_rightBottomCorner_" data-uid="Advanced.Algorithms.Geometry.Rectangle.rightBottomCorner*"></a>
145-
<h4 id="Advanced_Algorithms_Geometry_Rectangle_rightBottomCorner" data-uid="Advanced.Algorithms.Geometry.Rectangle.rightBottomCorner">rightBottomCorner</h4>
144+
<a id="Advanced_Algorithms_Geometry_Rectangle_RightBottomCorner_" data-uid="Advanced.Algorithms.Geometry.Rectangle.RightBottomCorner*"></a>
145+
<h4 id="Advanced_Algorithms_Geometry_Rectangle_RightBottomCorner" data-uid="Advanced.Algorithms.Geometry.Rectangle.RightBottomCorner">RightBottomCorner</h4>
146146
<div class="markdown level1 summary"></div>
147147
<div class="markdown level1 conceptual"></div>
148148
<h5 class="decalaration">Declaration</h5>
149149
<div class="codewrapper">
150-
<pre><code class="lang-csharp hljs">public Point rightBottomCorner { get; set; }</code></pre>
150+
<pre><code class="lang-csharp hljs">public Point RightBottomCorner { get; set; }</code></pre>
151151
</div>
152152
<h5 class="propertyValue">Property Value</h5>
153153
<table class="table table-bordered table-striped table-condensed">

docs/api/Advanced.Algorithms.Geometry.RectangleIntersection.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h4 id="Advanced_Algorithms_Geometry_RectangleIntersection_FindIntersection_Adva
132132
<div class="markdown level1 conceptual"></div>
133133
<h5 class="decalaration">Declaration</h5>
134134
<div class="codewrapper">
135-
<pre><code class="lang-csharp hljs">public static Rectangle FindIntersection(Rectangle A, Rectangle B)</code></pre>
135+
<pre><code class="lang-csharp hljs">public static Rectangle FindIntersection(Rectangle a, Rectangle b)</code></pre>
136136
</div>
137137
<h5 class="parameters">Parameters</h5>
138138
<table class="table table-bordered table-striped table-condensed">
@@ -146,12 +146,12 @@ <h5 class="parameters">Parameters</h5>
146146
<tbody>
147147
<tr>
148148
<td><a class="xref" href="Advanced.Algorithms.Geometry.Rectangle.html">Rectangle</a></td>
149-
<td><span class="parametername">A</span></td>
149+
<td><span class="parametername">a</span></td>
150150
<td></td>
151151
</tr>
152152
<tr>
153153
<td><a class="xref" href="Advanced.Algorithms.Geometry.Rectangle.html">Rectangle</a></td>
154-
<td><span class="parametername">B</span></td>
154+
<td><span class="parametername">b</span></td>
155155
<td></td>
156156
</tr>
157157
</tbody>

docs/api/Advanced.Algorithms.Miscellaneous.MatrixMultiplication.html

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,55 @@ <h5 id="Advanced_Algorithms_Miscellaneous_MatrixMultiplication_syntax">Syntax</h
120120
<div class="codewrapper">
121121
<pre><code class="lang-csharp hljs">public class MatrixMultiplication</code></pre>
122122
</div>
123+
<h3 id="methods">Methods
124+
</h3>
125+
126+
127+
<a id="Advanced_Algorithms_Miscellaneous_MatrixMultiplication_Multiply_" data-uid="Advanced.Algorithms.Miscellaneous.MatrixMultiplication.Multiply*"></a>
128+
<h4 id="Advanced_Algorithms_Miscellaneous_MatrixMultiplication_Multiply_System_Int32_0__0___System_Int32_0__0___" data-uid="Advanced.Algorithms.Miscellaneous.MatrixMultiplication.Multiply(System.Int32[0:,0:],System.Int32[0:,0:])">Multiply(Int32[,], Int32[,])</h4>
129+
<div class="markdown level1 summary"></div>
130+
<div class="markdown level1 conceptual"></div>
131+
<h5 class="decalaration">Declaration</h5>
132+
<div class="codewrapper">
133+
<pre><code class="lang-csharp hljs">public static int[, ] Multiply(int[, ] a, int[, ] b)</code></pre>
134+
</div>
135+
<h5 class="parameters">Parameters</h5>
136+
<table class="table table-bordered table-striped table-condensed">
137+
<thead>
138+
<tr>
139+
<th>Type</th>
140+
<th>Name</th>
141+
<th>Description</th>
142+
</tr>
143+
</thead>
144+
<tbody>
145+
<tr>
146+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a>[,]</td>
147+
<td><span class="parametername">a</span></td>
148+
<td></td>
149+
</tr>
150+
<tr>
151+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a>[,]</td>
152+
<td><span class="parametername">b</span></td>
153+
<td></td>
154+
</tr>
155+
</tbody>
156+
</table>
157+
<h5 class="returns">Returns</h5>
158+
<table class="table table-bordered table-striped table-condensed">
159+
<thead>
160+
<tr>
161+
<th>Type</th>
162+
<th>Description</th>
163+
</tr>
164+
</thead>
165+
<tbody>
166+
<tr>
167+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a>[,]</td>
168+
<td></td>
169+
</tr>
170+
</tbody>
171+
</table>
123172
</article>
124173
</div>
125174

docs/api/Advanced.Algorithms.String.ManachersPalindrome.html

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -165,49 +165,6 @@ <h5 class="returns">Returns</h5>
165165
</tr>
166166
</tbody>
167167
</table>
168-
169-
170-
<a id="Advanced_Algorithms_String_ManachersPalindrome_FindLongestPalindromeR_" data-uid="Advanced.Algorithms.String.ManachersPalindrome.FindLongestPalindromeR*"></a>
171-
<h4 id="Advanced_Algorithms_String_ManachersPalindrome_FindLongestPalindromeR_System_String_" data-uid="Advanced.Algorithms.String.ManachersPalindrome.FindLongestPalindromeR(System.String)">FindLongestPalindromeR(String)</h4>
172-
<div class="markdown level1 summary"><p>Find the longest palindrome in linear time</p>
173-
</div>
174-
<div class="markdown level1 conceptual"></div>
175-
<h5 class="decalaration">Declaration</h5>
176-
<div class="codewrapper">
177-
<pre><code class="lang-csharp hljs">public int FindLongestPalindromeR(string input)</code></pre>
178-
</div>
179-
<h5 class="parameters">Parameters</h5>
180-
<table class="table table-bordered table-striped table-condensed">
181-
<thead>
182-
<tr>
183-
<th>Type</th>
184-
<th>Name</th>
185-
<th>Description</th>
186-
</tr>
187-
</thead>
188-
<tbody>
189-
<tr>
190-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
191-
<td><span class="parametername">input</span></td>
192-
<td></td>
193-
</tr>
194-
</tbody>
195-
</table>
196-
<h5 class="returns">Returns</h5>
197-
<table class="table table-bordered table-striped table-condensed">
198-
<thead>
199-
<tr>
200-
<th>Type</th>
201-
<th>Description</th>
202-
</tr>
203-
</thead>
204-
<tbody>
205-
<tr>
206-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
207-
<td></td>
208-
</tr>
209-
</tbody>
210-
</table>
211168
</article>
212169
</div>
213170

0 commit comments

Comments
 (0)