Skip to content

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoding121 committed Apr 25, 2019
2 parents 3438f0c + d8638ab commit e6e1c67
Show file tree
Hide file tree
Showing 49 changed files with 3,576 additions and 1,496 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,33 +159,6 @@ <h5 class="propertyValue">Property Value</h5>
</table>


<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_DiGraph_1_ReferenceVertex_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.DiGraph`1.ReferenceVertex*"></a>
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_DiGraph_1_ReferenceVertex" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.DiGraph`1.ReferenceVertex">ReferenceVertex</h4>
<div class="markdown level1 summary"><p>Return a reference vertex to start traversing Vertices
Time complexity: O(1).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public DiGraphVertex&lt;T&gt; ReferenceVertex { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.DiGraphVertex-1.html">DiGraphVertex</a>&lt;T&gt;</td>
<td></td>
</tr>
</tbody>
</table>


<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_DiGraph_1_VerticesAsEnumberable_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.DiGraph`1.VerticesAsEnumberable*"></a>
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_DiGraph_1_VerticesAsEnumberable" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.DiGraph`1.VerticesAsEnumberable">VerticesAsEnumberable</h4>
<div class="markdown level1 summary"></div>
Expand Down Expand Up @@ -280,7 +253,7 @@ <h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_DiGraph_1_AddVert
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public DiGraphVertex&lt;T&gt; AddVertex(T value)</code></pre>
<pre><code class="lang-csharp hljs">public void AddVertex(T value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -299,21 +272,6 @@ <h5 class="parameters">Parameters</h5>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.DiGraphVertex-1.html">DiGraphVertex</a>&lt;T&gt;</td>
<td></td>
</tr>
</tbody>
</table>


<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_DiGraph_1_Clone_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.DiGraph`1.Clone*"></a>
Expand Down Expand Up @@ -384,50 +342,6 @@ <h5 class="returns">Returns</h5>
</table>


<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_DiGraph_1_FindVertex_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.DiGraph`1.FindVertex*"></a>
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_DiGraph_1_FindVertex__0_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.DiGraph`1.FindVertex(`0)">FindVertex(T)</h4>
<div class="markdown level1 summary"><p>Returns the vertex object with given value.
Time complexity: O(1).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public DiGraphVertex&lt;T&gt; FindVertex(T value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.DiGraphVertex-1.html">DiGraphVertex</a>&lt;T&gt;</td>
<td></td>
</tr>
</tbody>
</table>


<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_DiGraph_1_GetEnumerator_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.DiGraph`1.GetEnumerator*"></a>
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_DiGraph_1_GetEnumerator" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.DiGraph`1.GetEnumerator">GetEnumerator()</h4>
<div class="markdown level1 summary"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,33 +158,6 @@ <h5 class="propertyValue">Property Value</h5>
</table>


<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_Graph_1_ReferenceVertex_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.Graph`1.ReferenceVertex*"></a>
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_Graph_1_ReferenceVertex" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.Graph`1.ReferenceVertex">ReferenceVertex</h4>
<div class="markdown level1 summary"><p>Returns a reference vertex.
Time complexity: O(1).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public GraphVertex&lt;T&gt; ReferenceVertex { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.GraphVertex-1.html">GraphVertex</a>&lt;T&gt;</td>
<td></td>
</tr>
</tbody>
</table>


<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_Graph_1_VerticesAsEnumberable_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.Graph`1.VerticesAsEnumberable*"></a>
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_Graph_1_VerticesAsEnumberable" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.Graph`1.VerticesAsEnumberable">VerticesAsEnumberable</h4>
<div class="markdown level1 summary"></div>
Expand Down Expand Up @@ -279,7 +252,7 @@ <h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_Graph_1_AddVertex
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public GraphVertex&lt;T&gt; AddVertex(T value)</code></pre>
<pre><code class="lang-csharp hljs">public void AddVertex(T value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -298,21 +271,6 @@ <h5 class="parameters">Parameters</h5>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.GraphVertex-1.html">GraphVertex</a>&lt;T&gt;</td>
<td></td>
</tr>
</tbody>
</table>


<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_Graph_1_Clone_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.Graph`1.Clone*"></a>
Expand Down Expand Up @@ -425,50 +383,6 @@ <h5 class="returns">Returns</h5>
</table>


<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_Graph_1_FindVertex_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.Graph`1.FindVertex*"></a>
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_Graph_1_FindVertex__0_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.Graph`1.FindVertex(`0)">FindVertex(T)</h4>
<div class="markdown level1 summary"><p>Returns the vertex object with the given value.
Time complexity: O(1).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public GraphVertex&lt;T&gt; FindVertex(T value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.GraphVertex-1.html">GraphVertex</a>&lt;T&gt;</td>
<td></td>
</tr>
</tbody>
</table>


<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_Graph_1_GetEnumerator_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.Graph`1.GetEnumerator*"></a>
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_Graph_1_GetEnumerator" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.Graph`1.GetEnumerator">GetEnumerator()</h4>
<div class="markdown level1 summary"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,33 +163,6 @@ <h5 class="propertyValue">Property Value</h5>
</table>


<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_WeightedDiGraph_2_ReferenceVertex_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraph`2.ReferenceVertex*"></a>
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_WeightedDiGraph_2_ReferenceVertex" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraph`2.ReferenceVertex">ReferenceVertex</h4>
<div class="markdown level1 summary"><p>Returns a reference vertex.
Time complexity: O(1).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public WeightedDiGraphVertex&lt;T, TW&gt; ReferenceVertex { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraphVertex-2.html">WeightedDiGraphVertex</a>&lt;T, TW&gt;</td>
<td></td>
</tr>
</tbody>
</table>


<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_WeightedDiGraph_2_VerticesAsEnumberable_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraph`2.VerticesAsEnumberable*"></a>
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_WeightedDiGraph_2_VerticesAsEnumberable" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraph`2.VerticesAsEnumberable">VerticesAsEnumberable</h4>
<div class="markdown level1 summary"></div>
Expand Down Expand Up @@ -289,7 +262,7 @@ <h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_WeightedDiGraph_2
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public WeightedDiGraphVertex&lt;T, TW&gt; AddVertex(T value)</code></pre>
<pre><code class="lang-csharp hljs">public void AddVertex(T value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -308,21 +281,6 @@ <h5 class="parameters">Parameters</h5>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraphVertex-2.html">WeightedDiGraphVertex</a>&lt;T, TW&gt;</td>
<td></td>
</tr>
</tbody>
</table>


<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_WeightedDiGraph_2_Clone_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraph`2.Clone*"></a>
Expand Down Expand Up @@ -393,50 +351,6 @@ <h5 class="returns">Returns</h5>
</table>


<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_WeightedDiGraph_2_FindVertex_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraph`2.FindVertex*"></a>
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_WeightedDiGraph_2_FindVertex__0_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraph`2.FindVertex(`0)">FindVertex(T)</h4>
<div class="markdown level1 summary"><p>Returns the vertex with given value.
Time complexity: O(1).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public WeightedDiGraphVertex&lt;T, TW&gt; FindVertex(T value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraphVertex-2.html">WeightedDiGraphVertex</a>&lt;T, TW&gt;</td>
<td></td>
</tr>
</tbody>
</table>


<a id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_WeightedDiGraph_2_GetEnumerator_" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraph`2.GetEnumerator*"></a>
<h4 id="Advanced_Algorithms_DataStructures_Graph_AdjacencyList_WeightedDiGraph_2_GetEnumerator" data-uid="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedDiGraph`2.GetEnumerator">GetEnumerator()</h4>
<div class="markdown level1 summary"></div>
Expand Down
Loading

0 comments on commit e6e1c67

Please sign in to comment.