Skip to content

Commit b990ba9

Browse files
github-actions[bot]actions-user
authored andcommitted
Update documentation
1 parent 3726020 commit b990ba9

File tree

171 files changed

+11446
-6624
lines changed

Some content is hidden

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

171 files changed

+11446
-6624
lines changed

docs/api/Advanced.Algorithms.Binary.BaseConversion.html

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class BaseConversion
1212
| Advanced Algorithms ">
13-
<meta name="generator" content="docfx 2.55.0.0">
13+
<meta name="generator" content="docfx 2.59.4.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@@ -61,11 +61,11 @@
6161
<div class="container body-content">
6262

6363
<div id="search-results">
64-
<div class="search-list"></div>
64+
<div class="search-list">Search Results for <span></span></div>
6565
<div class="sr-items">
6666
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
6767
</div>
68-
<ul id="pagination"></ul>
68+
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
6969
</div>
7070
</div>
7171
<div role="main" class="container body-content hide-when-search">
@@ -88,31 +88,31 @@ <h1 id="Advanced_Algorithms_Binary_BaseConversion" data-uid="Advanced.Algorithms
8888
<div class="markdown level0 conceptual"></div>
8989
<div class="inheritance">
9090
<h5>Inheritance</h5>
91-
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
91+
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
9292
<div class="level1"><span class="xref">BaseConversion</span></div>
9393
</div>
9494
<div class="inheritedMembers">
9595
<h5>Inherited Members</h5>
9696
<div>
97-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
97+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
9898
</div>
9999
<div>
100-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
100+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
101101
</div>
102102
<div>
103-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
103+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
104104
</div>
105105
<div>
106-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
106+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
107107
</div>
108108
<div>
109-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
109+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
110110
</div>
111111
<div>
112-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
112+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
113113
</div>
114114
<div>
115-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
115+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
116116
</div>
117117
</div>
118118
<h6><strong>Namespace</strong>: <a class="xref" href="Advanced.Algorithms.Binary.html">Advanced.Algorithms.Binary</a></h6>
@@ -123,8 +123,13 @@ <h5 id="Advanced_Algorithms_Binary_BaseConversion_syntax">Syntax</h5>
123123
</div>
124124
<h3 id="methods">Methods
125125
</h3>
126-
127-
126+
<span class="small pull-right mobile-hide">
127+
<span class="divider">|</span>
128+
<a href="https://github.com/justcoding121/advanced-algorithms/new/develop/apiSpec/new?filename=Advanced_Algorithms_Binary_BaseConversion_Convert_System_String_System_String_System_String_System_Int32_.md&amp;value=---%0Auid%3A%20Advanced.Algorithms.Binary.BaseConversion.Convert(System.String%2CSystem.String%2CSystem.String%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
129+
</span>
130+
<span class="small pull-right mobile-hide">
131+
<a href="https://github.com/justcoding121/advanced-algorithms/blob/develop/src/Advanced.Algorithms/Binary/BaseConversion.cs/#L19">View Source</a>
132+
</span>
128133
<a id="Advanced_Algorithms_Binary_BaseConversion_Convert_" data-uid="Advanced.Algorithms.Binary.BaseConversion.Convert*"></a>
129134
<h4 id="Advanced_Algorithms_Binary_BaseConversion_Convert_System_String_System_String_System_String_System_Int32_" data-uid="Advanced.Algorithms.Binary.BaseConversion.Convert(System.String,System.String,System.String,System.Int32)">Convert(String, String, String, Int32)</h4>
130135
<div class="markdown level1 summary"><p>Converts base of given number to the target base.</p>
@@ -145,25 +150,25 @@ <h5 class="parameters">Parameters</h5>
145150
</thead>
146151
<tbody>
147152
<tr>
148-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
153+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
149154
<td><span class="parametername">srcNumber</span></td>
150155
<td><p>Input number in source base system.</p>
151156
</td>
152157
</tr>
153158
<tr>
154-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
159+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
155160
<td><span class="parametername">srcBaseChars</span></td>
156161
<td><p>Source base system characters in increasing order. For example 0123456789 for base 10.</p>
157162
</td>
158163
</tr>
159164
<tr>
160-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
165+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
161166
<td><span class="parametername">dstBaseChars</span></td>
162167
<td><p>Destination base system characters in increasing order. For example 01 for base 2.</p>
163168
</td>
164169
</tr>
165170
<tr>
166-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
171+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
167172
<td><span class="parametername">precision</span></td>
168173
<td><p>Required precision when dealing with fractions. Defaults to 32 places.</p>
169174
</td>
@@ -180,7 +185,7 @@ <h5 class="returns">Returns</h5>
180185
</thead>
181186
<tbody>
182187
<tr>
183-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
188+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
184189
<td><p>The result in target base as a string.</p>
185190
</td>
186191
</tr>
@@ -193,10 +198,17 @@ <h5 class="returns">Returns</h5>
193198
<div class="sideaffix">
194199
<div class="contribution">
195200
<ul class="nav">
201+
<li>
202+
<a href="https://github.com/justcoding121/advanced-algorithms/new/develop/apiSpec/new?filename=Advanced_Algorithms_Binary_BaseConversion.md&amp;value=---%0Auid%3A%20Advanced.Algorithms.Binary.BaseConversion%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
203+
</li>
204+
<li>
205+
<a href="https://github.com/justcoding121/advanced-algorithms/blob/develop/src/Advanced.Algorithms/Binary/BaseConversion.cs/#L9" class="contribution-link">View Source</a>
206+
</li>
196207
</ul>
197208
</div>
198209
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
199-
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
210+
<h5>In This Article</h5>
211+
<div></div>
200212
</nav>
201213
</div>
202214
</div>

docs/api/Advanced.Algorithms.Binary.Gcd.html

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class Gcd
1212
| Advanced Algorithms ">
13-
<meta name="generator" content="docfx 2.55.0.0">
13+
<meta name="generator" content="docfx 2.59.4.0">
1414

1515
<link rel="shortcut icon" href="../favicon.ico">
1616
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@@ -61,11 +61,11 @@
6161
<div class="container body-content">
6262

6363
<div id="search-results">
64-
<div class="search-list"></div>
64+
<div class="search-list">Search Results for <span></span></div>
6565
<div class="sr-items">
6666
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
6767
</div>
68-
<ul id="pagination"></ul>
68+
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
6969
</div>
7070
</div>
7171
<div role="main" class="container body-content hide-when-search">
@@ -88,31 +88,31 @@ <h1 id="Advanced_Algorithms_Binary_Gcd" data-uid="Advanced.Algorithms.Binary.Gcd
8888
<div class="markdown level0 conceptual"></div>
8989
<div class="inheritance">
9090
<h5>Inheritance</h5>
91-
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
91+
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
9292
<div class="level1"><span class="xref">Gcd</span></div>
9393
</div>
9494
<div class="inheritedMembers">
9595
<h5>Inherited Members</h5>
9696
<div>
97-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
97+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
9898
</div>
9999
<div>
100-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
100+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
101101
</div>
102102
<div>
103-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
103+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
104104
</div>
105105
<div>
106-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
106+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
107107
</div>
108108
<div>
109-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
109+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
110110
</div>
111111
<div>
112-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
112+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
113113
</div>
114114
<div>
115-
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
115+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
116116
</div>
117117
</div>
118118
<h6><strong>Namespace</strong>: <a class="xref" href="Advanced.Algorithms.Binary.html">Advanced.Algorithms.Binary</a></h6>
@@ -123,8 +123,13 @@ <h5 id="Advanced_Algorithms_Binary_Gcd_syntax">Syntax</h5>
123123
</div>
124124
<h3 id="methods">Methods
125125
</h3>
126-
127-
126+
<span class="small pull-right mobile-hide">
127+
<span class="divider">|</span>
128+
<a href="https://github.com/justcoding121/advanced-algorithms/new/develop/apiSpec/new?filename=Advanced_Algorithms_Binary_Gcd_Find_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Advanced.Algorithms.Binary.Gcd.Find(System.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
129+
</span>
130+
<span class="small pull-right mobile-hide">
131+
<a href="https://github.com/justcoding121/advanced-algorithms/blob/develop/src/Advanced.Algorithms/Binary/GCD.cs/#L8">View Source</a>
132+
</span>
128133
<a id="Advanced_Algorithms_Binary_Gcd_Find_" data-uid="Advanced.Algorithms.Binary.Gcd.Find*"></a>
129134
<h4 id="Advanced_Algorithms_Binary_Gcd_Find_System_Int32_System_Int32_" data-uid="Advanced.Algorithms.Binary.Gcd.Find(System.Int32,System.Int32)">Find(Int32, Int32)</h4>
130135
<div class="markdown level1 summary"></div>
@@ -144,12 +149,12 @@ <h5 class="parameters">Parameters</h5>
144149
</thead>
145150
<tbody>
146151
<tr>
147-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
152+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
148153
<td><span class="parametername">a</span></td>
149154
<td></td>
150155
</tr>
151156
<tr>
152-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
157+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
153158
<td><span class="parametername">b</span></td>
154159
<td></td>
155160
</tr>
@@ -165,7 +170,7 @@ <h5 class="returns">Returns</h5>
165170
</thead>
166171
<tbody>
167172
<tr>
168-
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
173+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
169174
<td></td>
170175
</tr>
171176
</tbody>
@@ -177,10 +182,17 @@ <h5 class="returns">Returns</h5>
177182
<div class="sideaffix">
178183
<div class="contribution">
179184
<ul class="nav">
185+
<li>
186+
<a href="https://github.com/justcoding121/advanced-algorithms/new/develop/apiSpec/new?filename=Advanced_Algorithms_Binary_Gcd.md&amp;value=---%0Auid%3A%20Advanced.Algorithms.Binary.Gcd%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
187+
</li>
188+
<li>
189+
<a href="https://github.com/justcoding121/advanced-algorithms/blob/develop/src/Advanced.Algorithms/Binary/GCD.cs/#L6" class="contribution-link">View Source</a>
190+
</li>
180191
</ul>
181192
</div>
182193
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
183-
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
194+
<h5>In This Article</h5>
195+
<div></div>
184196
</nav>
185197
</div>
186198
</div>

0 commit comments

Comments
 (0)