Skip to content

Commit ac6dd2c

Browse files
author
buildbot121
committed
API documentation update by build server
1 parent c87c773 commit ac6dd2c

18 files changed

+103
-157
lines changed

docs/api/Advanced.Algorithms.DataStructures.AVLTree-1.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ <h3 id="constructors">Constructors
147147

148148
<a id="Advanced_Algorithms_DataStructures_AVLTree_1__ctor_" data-uid="Advanced.Algorithms.DataStructures.AVLTree`1.#ctor*"></a>
149149
<h4 id="Advanced_Algorithms_DataStructures_AVLTree_1__ctor_System_Boolean_" data-uid="Advanced.Algorithms.DataStructures.AVLTree`1.#ctor(System.Boolean)">AVLTree(Boolean)</h4>
150-
<div class="markdown level1 summary"><p>Constructor.</p>
151-
</div>
150+
<div class="markdown level1 summary"></div>
152151
<div class="markdown level1 conceptual"></div>
153152
<h5 class="decalaration">Declaration</h5>
154153
<div class="codewrapper">

docs/api/Advanced.Algorithms.DataStructures.ArrayList-1.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ <h3 id="constructors">Constructors
148148

149149
<a id="Advanced_Algorithms_DataStructures_ArrayList_1__ctor_" data-uid="Advanced.Algorithms.DataStructures.ArrayList`1.#ctor*"></a>
150150
<h4 id="Advanced_Algorithms_DataStructures_ArrayList_1__ctor_System_Collections_Generic_IEnumerable__0__" data-uid="Advanced.Algorithms.DataStructures.ArrayList`1.#ctor(System.Collections.Generic.IEnumerable{`0})">ArrayList(IEnumerable&lt;T&gt;)</h4>
151-
<div class="markdown level1 summary"><p>Constructor.
152-
Time complexity: O(1) if initial is empty otherwise O(n).</p>
151+
<div class="markdown level1 summary"><p>Time complexity: O(1) if initial is empty otherwise O(n).</p>
153152
</div>
154153
<div class="markdown level1 conceptual"></div>
155154
<h5 class="decalaration">Declaration</h5>
@@ -178,8 +177,7 @@ <h5 class="parameters">Parameters</h5>
178177

179178
<a id="Advanced_Algorithms_DataStructures_ArrayList_1__ctor_" data-uid="Advanced.Algorithms.DataStructures.ArrayList`1.#ctor*"></a>
180179
<h4 id="Advanced_Algorithms_DataStructures_ArrayList_1__ctor_System_Int32_System_Collections_Generic_IEnumerable__0__" data-uid="Advanced.Algorithms.DataStructures.ArrayList`1.#ctor(System.Int32,System.Collections.Generic.IEnumerable{`0})">ArrayList(Int32, IEnumerable&lt;T&gt;)</h4>
181-
<div class="markdown level1 summary"><p>Constructor.
182-
Time complexity: O(1) if initial is empty otherwise O(n).</p>
180+
<div class="markdown level1 summary"><p>Time complexity: O(1) if initial is empty otherwise O(n).</p>
183181
</div>
184182
<div class="markdown level1 conceptual"></div>
185183
<h5 class="decalaration">Declaration</h5>

docs/api/Advanced.Algorithms.DataStructures.BMaxHeap-1.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,7 @@ <h5 class="parameters">Parameters</h5>
211211

212212
<a id="Advanced_Algorithms_DataStructures_BMaxHeap_1__ctor_" data-uid="Advanced.Algorithms.DataStructures.BMaxHeap`1.#ctor*"></a>
213213
<h4 id="Advanced_Algorithms_DataStructures_BMaxHeap_1__ctor_System_Collections_Generic_IEnumerable__0__System_Collections_Generic_IComparer__0__" data-uid="Advanced.Algorithms.DataStructures.BMaxHeap`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IComparer{`0})">BMaxHeap(IEnumerable&lt;T&gt;, IComparer&lt;T&gt;)</h4>
214-
<div class="markdown level1 summary"><p>Constructor.
215-
Time complexity: O(n) if initial is provided. Otherwise O(1).</p>
214+
<div class="markdown level1 summary"><p>Time complexity: O(n) if initial is provided. Otherwise O(1).</p>
216215
</div>
217216
<div class="markdown level1 conceptual"></div>
218217
<h5 class="decalaration">Declaration</h5>

docs/api/Advanced.Algorithms.DataStructures.BMinHeap-1.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,7 @@ <h5 class="parameters">Parameters</h5>
211211

212212
<a id="Advanced_Algorithms_DataStructures_BMinHeap_1__ctor_" data-uid="Advanced.Algorithms.DataStructures.BMinHeap`1.#ctor*"></a>
213213
<h4 id="Advanced_Algorithms_DataStructures_BMinHeap_1__ctor_System_Collections_Generic_IEnumerable__0__System_Collections_Generic_IComparer__0__" data-uid="Advanced.Algorithms.DataStructures.BMinHeap`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IComparer{`0})">BMinHeap(IEnumerable&lt;T&gt;, IComparer&lt;T&gt;)</h4>
214-
<div class="markdown level1 summary"><p>Constructor.
215-
Time complexity: O(n) if initial is provided. Otherwise O(1).</p>
214+
<div class="markdown level1 summary"><p>Time complexity: O(n) if initial is provided. Otherwise O(1).</p>
216215
</div>
217216
<div class="markdown level1 conceptual"></div>
218217
<h5 class="decalaration">Declaration</h5>

docs/api/Advanced.Algorithms.DataStructures.DInterval-1.html

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<h1 id="Advanced_Algorithms_DataStructures_DInterval_1" data-uid="Advanced.Algorithms.DataStructures.DInterval`1" class="text-break">Class DInterval&lt;T&gt;
8585
</h1>
86-
<div class="markdown level0 summary"><p>An interval object to represent multi-dimensional intervals</p>
86+
<div class="markdown level0 summary"><p>An interval object to represent multi-dimensional intervals.</p>
8787
</div>
8888
<div class="markdown level0 conceptual"></div>
8989
<div class="inheritance">
@@ -137,40 +137,6 @@ <h5 class="typeParameters">Type Parameters</h5>
137137
</tr>
138138
</tbody>
139139
</table>
140-
<h3 id="constructors">Constructors
141-
</h3>
142-
143-
144-
<a id="Advanced_Algorithms_DataStructures_DInterval_1__ctor_" data-uid="Advanced.Algorithms.DataStructures.DInterval`1.#ctor*"></a>
145-
<h4 id="Advanced_Algorithms_DataStructures_DInterval_1__ctor__0____0___" data-uid="Advanced.Algorithms.DataStructures.DInterval`1.#ctor(`0[],`0[])">DInterval(T[], T[])</h4>
146-
<div class="markdown level1 summary"></div>
147-
<div class="markdown level1 conceptual"></div>
148-
<h5 class="decalaration">Declaration</h5>
149-
<div class="codewrapper">
150-
<pre><code class="lang-csharp hljs">public DInterval(T[] start, T[] end)</code></pre>
151-
</div>
152-
<h5 class="parameters">Parameters</h5>
153-
<table class="table table-bordered table-striped table-condensed">
154-
<thead>
155-
<tr>
156-
<th>Type</th>
157-
<th>Name</th>
158-
<th>Description</th>
159-
</tr>
160-
</thead>
161-
<tbody>
162-
<tr>
163-
<td>T[]</td>
164-
<td><span class="parametername">start</span></td>
165-
<td></td>
166-
</tr>
167-
<tr>
168-
<td>T[]</td>
169-
<td><span class="parametername">end</span></td>
170-
<td></td>
171-
</tr>
172-
</tbody>
173-
</table>
174140
<h3 id="properties">Properties
175141
</h3>
176142

@@ -181,7 +147,7 @@ <h4 id="Advanced_Algorithms_DataStructures_DInterval_1_End" data-uid="Advanced.A
181147
<div class="markdown level1 conceptual"></div>
182148
<h5 class="decalaration">Declaration</h5>
183149
<div class="codewrapper">
184-
<pre><code class="lang-csharp hljs">public T[] End { get; set; }</code></pre>
150+
<pre><code class="lang-csharp hljs">public T[] End { get; }</code></pre>
185151
</div>
186152
<h5 class="propertyValue">Property Value</h5>
187153
<table class="table table-bordered table-striped table-condensed">
@@ -206,7 +172,7 @@ <h4 id="Advanced_Algorithms_DataStructures_DInterval_1_Start" data-uid="Advanced
206172
<div class="markdown level1 conceptual"></div>
207173
<h5 class="decalaration">Declaration</h5>
208174
<div class="codewrapper">
209-
<pre><code class="lang-csharp hljs">public T[] Start { get; set; }</code></pre>
175+
<pre><code class="lang-csharp hljs">public T[] Start { get; }</code></pre>
210176
</div>
211177
<h5 class="propertyValue">Property Value</h5>
212178
<table class="table table-bordered table-striped table-condensed">

docs/api/Advanced.Algorithms.DataStructures.DIntervalTree-1.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<h1 id="Advanced_Algorithms_DataStructures_DIntervalTree_1" data-uid="Advanced.Algorithms.DataStructures.DIntervalTree`1" class="text-break">Class DIntervalTree&lt;T&gt;
8585
</h1>
86-
<div class="markdown level0 summary"><p>A multi-dimensional interval tree implementation</p>
86+
<div class="markdown level0 summary"><p>A multi-dimensional interval tree implementation.</p>
8787
</div>
8888
<div class="markdown level0 conceptual"></div>
8989
<div class="inheritance">
@@ -147,7 +147,7 @@ <h4 id="Advanced_Algorithms_DataStructures_DIntervalTree_1__ctor_System_Int32_"
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 DIntervalTree(int dimensions)</code></pre>
150+
<pre><code class="lang-csharp hljs">public DIntervalTree(int dimension)</code></pre>
151151
</div>
152152
<h5 class="parameters">Parameters</h5>
153153
<table class="table table-bordered table-striped table-condensed">
@@ -161,7 +161,7 @@ <h5 class="parameters">Parameters</h5>
161161
<tbody>
162162
<tr>
163163
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
164-
<td><span class="parametername">dimensions</span></td>
164+
<td><span class="parametername">dimension</span></td>
165165
<td></td>
166166
</tr>
167167
</tbody>
@@ -199,7 +199,8 @@ <h3 id="methods">Methods
199199

200200
<a id="Advanced_Algorithms_DataStructures_DIntervalTree_1_Delete_" data-uid="Advanced.Algorithms.DataStructures.DIntervalTree`1.Delete*"></a>
201201
<h4 id="Advanced_Algorithms_DataStructures_DIntervalTree_1_Delete__0____0___" data-uid="Advanced.Algorithms.DataStructures.DIntervalTree`1.Delete(`0[],`0[])">Delete(T[], T[])</h4>
202-
<div class="markdown level1 summary"><p>delete this interval</p>
202+
<div class="markdown level1 summary"><p>Delete this interval from this interval tree.
203+
Time complexity: O(log(n)).</p>
203204
</div>
204205
<div class="markdown level1 conceptual"></div>
205206
<h5 class="decalaration">Declaration</h5>
@@ -232,7 +233,7 @@ <h5 class="parameters">Parameters</h5>
232233

233234
<a id="Advanced_Algorithms_DataStructures_DIntervalTree_1_DoOverlap_" data-uid="Advanced.Algorithms.DataStructures.DIntervalTree`1.DoOverlap*"></a>
234235
<h4 id="Advanced_Algorithms_DataStructures_DIntervalTree_1_DoOverlap__0____0___" data-uid="Advanced.Algorithms.DataStructures.DIntervalTree`1.DoOverlap(`0[],`0[])">DoOverlap(T[], T[])</h4>
235-
<div class="markdown level1 summary"><p>does this interval overlap with any interval in this interval tree?</p>
236+
<div class="markdown level1 summary"><p>Does this interval overlap with any interval in this interval tree?</p>
236237
</div>
237238
<div class="markdown level1 conceptual"></div>
238239
<h5 class="decalaration">Declaration</h5>
@@ -280,7 +281,8 @@ <h5 class="returns">Returns</h5>
280281

281282
<a id="Advanced_Algorithms_DataStructures_DIntervalTree_1_GetOverlaps_" data-uid="Advanced.Algorithms.DataStructures.DIntervalTree`1.GetOverlaps*"></a>
282283
<h4 id="Advanced_Algorithms_DataStructures_DIntervalTree_1_GetOverlaps__0____0___" data-uid="Advanced.Algorithms.DataStructures.DIntervalTree`1.GetOverlaps(`0[],`0[])">GetOverlaps(T[], T[])</h4>
283-
<div class="markdown level1 summary"><p>returns a list of matching intervals</p>
284+
<div class="markdown level1 summary"><p>returns a list of matching intervals.
285+
Time complexity : O(log n + m) where m is the number of intervals in the result.</p>
284286
</div>
285287
<div class="markdown level1 conceptual"></div>
286288
<h5 class="decalaration">Declaration</h5>
@@ -328,7 +330,8 @@ <h5 class="returns">Returns</h5>
328330

329331
<a id="Advanced_Algorithms_DataStructures_DIntervalTree_1_Insert_" data-uid="Advanced.Algorithms.DataStructures.DIntervalTree`1.Insert*"></a>
330332
<h4 id="Advanced_Algorithms_DataStructures_DIntervalTree_1_Insert__0____0___" data-uid="Advanced.Algorithms.DataStructures.DIntervalTree`1.Insert(`0[],`0[])">Insert(T[], T[])</h4>
331-
<div class="markdown level1 summary"><p>Add a new interval to this interval tree</p>
333+
<div class="markdown level1 summary"><p>Add a new interval to this interval tree.
334+
Time complexity: O(log(n)).</p>
332335
</div>
333336
<div class="markdown level1 conceptual"></div>
334337
<h5 class="decalaration">Declaration</h5>

docs/api/Advanced.Algorithms.DataStructures.DaryMaxHeap-1.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ <h3 id="constructors">Constructors
147147

148148
<a id="Advanced_Algorithms_DataStructures_DaryMaxHeap_1__ctor_" data-uid="Advanced.Algorithms.DataStructures.DaryMaxHeap`1.#ctor*"></a>
149149
<h4 id="Advanced_Algorithms_DataStructures_DaryMaxHeap_1__ctor_System_Int32_System_Collections_Generic_IEnumerable__0__" data-uid="Advanced.Algorithms.DataStructures.DaryMaxHeap`1.#ctor(System.Int32,System.Collections.Generic.IEnumerable{`0})">DaryMaxHeap(Int32, IEnumerable&lt;T&gt;)</h4>
150-
<div class="markdown level1 summary"><p>Constructor.
151-
Time complexity: O(n) when initial is provided otherwise O(1).</p>
150+
<div class="markdown level1 summary"><p>Time complexity: O(n) when initial is provided otherwise O(1).</p>
152151
</div>
153152
<div class="markdown level1 conceptual"></div>
154153
<h5 class="decalaration">Declaration</h5>

docs/api/Advanced.Algorithms.DataStructures.DaryMinHeap-1.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ <h3 id="constructors">Constructors
147147

148148
<a id="Advanced_Algorithms_DataStructures_DaryMinHeap_1__ctor_" data-uid="Advanced.Algorithms.DataStructures.DaryMinHeap`1.#ctor*"></a>
149149
<h4 id="Advanced_Algorithms_DataStructures_DaryMinHeap_1__ctor_System_Int32_System_Collections_Generic_IEnumerable__0__" data-uid="Advanced.Algorithms.DataStructures.DaryMinHeap`1.#ctor(System.Int32,System.Collections.Generic.IEnumerable{`0})">DaryMinHeap(Int32, IEnumerable&lt;T&gt;)</h4>
150-
<div class="markdown level1 summary"><p>Constructor.
151-
Time complexity: O(n) when initial is provided otherwise O(1).</p>
150+
<div class="markdown level1 summary"><p>Time complexity: O(n) when initial is provided otherwise O(1).</p>
152151
</div>
153152
<div class="markdown level1 conceptual"></div>
154153
<h5 class="decalaration">Declaration</h5>

docs/api/Advanced.Algorithms.DataStructures.FenwickTree-1.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<h1 id="Advanced_Algorithms_DataStructures_FenwickTree_1" data-uid="Advanced.Algorithms.DataStructures.FenwickTree`1" class="text-break">Class FenwickTree&lt;T&gt;
8585
</h1>
86-
<div class="markdown level0 summary"><p>Fenwick Tree (Binary Indexed Tree) for prefix sum</p>
86+
<div class="markdown level0 summary"><p>A Fenwick Tree (binary indexed tree) implementation for prefix sum.</p>
8787
</div>
8888
<div class="markdown level0 conceptual"></div>
8989
<div class="inheritance">
@@ -142,7 +142,8 @@ <h3 id="constructors">Constructors
142142

143143
<a id="Advanced_Algorithms_DataStructures_FenwickTree_1__ctor_" data-uid="Advanced.Algorithms.DataStructures.FenwickTree`1.#ctor*"></a>
144144
<h4 id="Advanced_Algorithms_DataStructures_FenwickTree_1__ctor__0___System_Func__0__0__0__" data-uid="Advanced.Algorithms.DataStructures.FenwickTree`1.#ctor(`0[],System.Func{`0,`0,`0})">FenwickTree(T[], Func&lt;T, T, T&gt;)</h4>
145-
<div class="markdown level1 summary"><p>constructs a Fenwick tree using the specified sum operation function</p>
145+
<div class="markdown level1 summary"><p>constructs a Fenwick tree using the specified sum operation function.
146+
Time complexity: O(nLog(n)).</p>
146147
</div>
147148
<div class="markdown level1 conceptual"></div>
148149
<h5 class="decalaration">Declaration</h5>
@@ -175,14 +176,15 @@ <h3 id="methods">Methods
175176
</h3>
176177

177178

178-
<a id="Advanced_Algorithms_DataStructures_FenwickTree_1_GetPrefixSum_" data-uid="Advanced.Algorithms.DataStructures.FenwickTree`1.GetPrefixSum*"></a>
179-
<h4 id="Advanced_Algorithms_DataStructures_FenwickTree_1_GetPrefixSum_System_Int32_" data-uid="Advanced.Algorithms.DataStructures.FenwickTree`1.GetPrefixSum(System.Int32)">GetPrefixSum(Int32)</h4>
180-
<div class="markdown level1 summary"><p>get prefix sum from 0 till end index</p>
179+
<a id="Advanced_Algorithms_DataStructures_FenwickTree_1_PrefixSum_" data-uid="Advanced.Algorithms.DataStructures.FenwickTree`1.PrefixSum*"></a>
180+
<h4 id="Advanced_Algorithms_DataStructures_FenwickTree_1_PrefixSum_System_Int32_" data-uid="Advanced.Algorithms.DataStructures.FenwickTree`1.PrefixSum(System.Int32)">PrefixSum(Int32)</h4>
181+
<div class="markdown level1 summary"><p>Gets the prefix sum from 0 till the given end index.
182+
Time complexity: O(log(n)).</p>
181183
</div>
182184
<div class="markdown level1 conceptual"></div>
183185
<h5 class="decalaration">Declaration</h5>
184186
<div class="codewrapper">
185-
<pre><code class="lang-csharp hljs">public T GetPrefixSum(int endIndex)</code></pre>
187+
<pre><code class="lang-csharp hljs">public T PrefixSum(int endIndex)</code></pre>
186188
</div>
187189
<h5 class="parameters">Parameters</h5>
188190
<table class="table table-bordered table-striped table-condensed">

docs/api/Advanced.Algorithms.DataStructures.Foundation.Dictionary-2.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ <h3 id="constructors">Constructors
153153

154154
<a id="Advanced_Algorithms_DataStructures_Foundation_Dictionary_2__ctor_" data-uid="Advanced.Algorithms.DataStructures.Foundation.Dictionary`2.#ctor*"></a>
155155
<h4 id="Advanced_Algorithms_DataStructures_Foundation_Dictionary_2__ctor_Advanced_Algorithms_DataStructures_Foundation_DictionaryType_System_Int32_" data-uid="Advanced.Algorithms.DataStructures.Foundation.Dictionary`2.#ctor(Advanced.Algorithms.DataStructures.Foundation.DictionaryType,System.Int32)">Dictionary(DictionaryType, Int32)</h4>
156-
<div class="markdown level1 summary"><p>Constructor.</p>
157-
</div>
156+
<div class="markdown level1 summary"></div>
158157
<div class="markdown level1 conceptual"></div>
159158
<h5 class="decalaration">Declaration</h5>
160159
<div class="codewrapper">

0 commit comments

Comments
 (0)