5
5
< head >
6
6
< meta charset ="utf-8 ">
7
7
< meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 ">
8
- < title > Class Kruskals<T, W >
8
+ < title > Class Kruskals<T, TW >
9
9
| Advanced Algorithms </ title >
10
10
< meta name ="viewport " content ="width=device-width ">
11
- < meta name ="title " content ="Class Kruskals<T, W >
11
+ < meta name ="title " content ="Class Kruskals<T, TW >
12
12
| Advanced Algorithms ">
13
13
< meta name ="generator " content ="docfx 2.35.2.0 ">
14
14
81
81
< article class ="content wrap " id ="_content " data-uid ="Advanced.Algorithms.GraphAlgorithms.MinimumSpanningTree.Kruskals`2 ">
82
82
83
83
84
- < h1 id ="Advanced_Algorithms_GraphAlgorithms_MinimumSpanningTree_Kruskals_2 " data-uid ="Advanced.Algorithms.GraphAlgorithms.MinimumSpanningTree.Kruskals`2 " class ="text-break "> Class Kruskals<T, W >
84
+ < h1 id ="Advanced_Algorithms_GraphAlgorithms_MinimumSpanningTree_Kruskals_2 " data-uid ="Advanced.Algorithms.GraphAlgorithms.MinimumSpanningTree.Kruskals`2 " class ="text-break "> Class Kruskals<T, TW >
85
85
</ h1 >
86
86
< div class ="markdown level0 summary "> </ div >
87
87
< div class ="markdown level0 conceptual "> </ div >
88
88
< div class ="inheritance ">
89
89
< h5 > Inheritance</ h5 >
90
90
< div class ="level0 "> < a class ="xref " href ="https://docs.microsoft.com/dotnet/api/system.object "> Object</ a > </ div >
91
- < div class ="level1 "> < span class ="xref "> Kruskals<T, W ></ span > </ div >
91
+ < div class ="level1 "> < span class ="xref "> Kruskals<T, TW ></ span > </ div >
92
92
</ div >
93
93
< div class ="inheritedMembers ">
94
94
< h5 > Inherited Members</ h5 >
@@ -118,8 +118,8 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Advanced.Algorithms.GraphA
118
118
< h6 > < strong > Assembly</ strong > : Advanced.Algorithms.dll</ h6 >
119
119
< h5 id ="Advanced_Algorithms_GraphAlgorithms_MinimumSpanningTree_Kruskals_2_syntax "> Syntax</ h5 >
120
120
< div class ="codewrapper ">
121
- < pre > < code class ="lang-csharp hljs "> public class Kruskals<T, W >
122
- where W : IComparable</ code > </ pre >
121
+ < pre > < code class ="lang-csharp hljs "> public class Kruskals<T, TW >
122
+ where TW : IComparable</ code > </ pre >
123
123
</ div >
124
124
< h5 class ="typeParameters "> Type Parameters</ h5 >
125
125
< table class ="table table-bordered table-striped table-condensed ">
@@ -135,7 +135,7 @@ <h5 class="typeParameters">Type Parameters</h5>
135
135
< td > </ td >
136
136
</ tr >
137
137
< tr >
138
- < td > < span class ="parametername "> W </ span > </ td >
138
+ < td > < span class ="parametername "> TW </ span > </ td >
139
139
< td > </ td >
140
140
</ tr >
141
141
</ tbody >
@@ -145,13 +145,13 @@ <h3 id="methods">Methods
145
145
146
146
147
147
< a id ="Advanced_Algorithms_GraphAlgorithms_MinimumSpanningTree_Kruskals_2_FindMinimumSpanningTree_ " data-uid ="Advanced.Algorithms.GraphAlgorithms.MinimumSpanningTree.Kruskals`2.FindMinimumSpanningTree* "> </ a >
148
- < h4 id ="Advanced_Algorithms_GraphAlgorithms_MinimumSpanningTree_Kruskals_2_FindMinimumSpanningTree_Advanced_Algorithms_DataStructures_Graph_AdjacencyList_WeightedGraph__0__1__ " data-uid ="Advanced.Algorithms.GraphAlgorithms.MinimumSpanningTree.Kruskals`2.FindMinimumSpanningTree(Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedGraph{`0,`1}) "> FindMinimumSpanningTree(WeightedGraph<T, W >)</ h4 >
148
+ < h4 id ="Advanced_Algorithms_GraphAlgorithms_MinimumSpanningTree_Kruskals_2_FindMinimumSpanningTree_Advanced_Algorithms_DataStructures_Graph_AdjacencyList_WeightedGraph__0__1__ " data-uid ="Advanced.Algorithms.GraphAlgorithms.MinimumSpanningTree.Kruskals`2.FindMinimumSpanningTree(Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedGraph{`0,`1}) "> FindMinimumSpanningTree(WeightedGraph<T, TW >)</ h4 >
149
149
< div class ="markdown level1 summary "> < p > Find Minimum Spanning Tree of given weighted graph</ p >
150
150
</ div >
151
151
< div class ="markdown level1 conceptual "> </ div >
152
152
< h5 class ="decalaration "> Declaration</ h5 >
153
153
< div class ="codewrapper ">
154
- < pre > < code class ="lang-csharp hljs "> public List<MSTEdge<T, W >> FindMinimumSpanningTree(WeightedGraph<T, W > graph)</ code > </ pre >
154
+ < pre > < code class ="lang-csharp hljs "> public List<MSTEdge<T, TW >> FindMinimumSpanningTree(WeightedGraph<T, TW > graph)</ code > </ pre >
155
155
</ div >
156
156
< h5 class ="parameters "> Parameters</ h5 >
157
157
< table class ="table table-bordered table-striped table-condensed ">
@@ -164,7 +164,7 @@ <h5 class="parameters">Parameters</h5>
164
164
</ thead >
165
165
< tbody >
166
166
< tr >
167
- < td > < a class ="xref " href ="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedGraph-2.html "> WeightedGraph</ a > <T, W ></ td >
167
+ < td > < a class ="xref " href ="Advanced.Algorithms.DataStructures.Graph.AdjacencyList.WeightedGraph-2.html "> WeightedGraph</ a > <T, TW ></ td >
168
168
< td > < span class ="parametername "> graph</ span > </ td >
169
169
< td > </ td >
170
170
</ tr >
@@ -180,7 +180,7 @@ <h5 class="returns">Returns</h5>
180
180
</ thead >
181
181
< tbody >
182
182
< tr >
183
- < td > < a class ="xref " href ="https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 "> List</ a > << a class ="xref " href ="Advanced.Algorithms.GraphAlgorithms.MinimumSpanningTree.MSTEdge-2.html "> MSTEdge</ a > <T, W >></ td >
183
+ < td > < a class ="xref " href ="https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 "> List</ a > << a class ="xref " href ="Advanced.Algorithms.GraphAlgorithms.MinimumSpanningTree.MSTEdge-2.html "> MSTEdge</ a > <T, TW >></ td >
184
184
< td > < p > List of MST edges</ p >
185
185
</ td >
186
186
</ tr >
0 commit comments