Skip to content

Commit 8f47a42

Browse files
author
buildbot121
committed
API documentation update by build server
1 parent f009d93 commit 8f47a42

File tree

33 files changed

+131
-90
lines changed

33 files changed

+131
-90
lines changed

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

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

8484
<h1 id="Advanced_Algorithms_Binary_BaseConversion" data-uid="Advanced.Algorithms.Binary.BaseConversion" class="text-break">Class BaseConversion
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Base conversion implementation.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

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

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

8484
<h1 id="Advanced_Algorithms_Binary_Logarithm" data-uid="Advanced.Algorithms.Binary.Logarithm" class="text-break">Class Logarithm
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Logarithm calculator.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

docs/api/Advanced.Algorithms.Binary.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,14 @@ <h1 id="Advanced_Algorithms_Binary" data-uid="Advanced.Algorithms.Binary" class=
8888
<h3 id="classes">Classes
8989
</h3>
9090
<h4><a class="xref" href="Advanced.Algorithms.Binary.BaseConversion.html">BaseConversion</a></h4>
91-
<section></section>
91+
<section><p>Base conversion implementation.</p>
92+
</section>
9293
<h4><a class="xref" href="Advanced.Algorithms.Binary.Gcd.html">Gcd</a></h4>
9394
<section><p>GCD without division or mod operators but using substraction.</p>
9495
</section>
9596
<h4><a class="xref" href="Advanced.Algorithms.Binary.Logarithm.html">Logarithm</a></h4>
96-
<section></section>
97+
<section><p>Logarithm calculator.</p>
98+
</section>
9799
</article>
98100
</div>
99101

docs/api/Advanced.Algorithms.Combinatorics.Combination.html

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

8484
<h1 id="Advanced_Algorithms_Combinatorics_Combination" data-uid="Advanced.Algorithms.Combinatorics.Combination" class="text-break">Class Combination
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Combinations computer.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

docs/api/Advanced.Algorithms.Combinatorics.Permutation.html

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

8484
<h1 id="Advanced_Algorithms_Combinatorics_Permutation" data-uid="Advanced.Algorithms.Combinatorics.Permutation" class="text-break">Class Permutation
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Permutation computer.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

docs/api/Advanced.Algorithms.Combinatorics.Subset.html

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

8484
<h1 id="Advanced_Algorithms_Combinatorics_Subset" data-uid="Advanced.Algorithms.Combinatorics.Subset" class="text-break">Class Subset
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Subset computer.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

docs/api/Advanced.Algorithms.Combinatorics.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,14 @@ <h1 id="Advanced_Algorithms_Combinatorics" data-uid="Advanced.Algorithms.Combina
8888
<h3 id="classes">Classes
8989
</h3>
9090
<h4><a class="xref" href="Advanced.Algorithms.Combinatorics.Combination.html">Combination</a></h4>
91-
<section></section>
91+
<section><p>Combinations computer.</p>
92+
</section>
9293
<h4><a class="xref" href="Advanced.Algorithms.Combinatorics.Permutation.html">Permutation</a></h4>
93-
<section></section>
94+
<section><p>Permutation computer.</p>
95+
</section>
9496
<h4><a class="xref" href="Advanced.Algorithms.Combinatorics.Subset.html">Subset</a></h4>
95-
<section></section>
97+
<section><p>Subset computer.</p>
98+
</section>
9699
</article>
97100
</div>
98101

docs/api/Advanced.Algorithms.Distributed.LRUCache-2.html

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

8484
<h1 id="Advanced_Algorithms_Distributed_LRUCache_2" data-uid="Advanced.Algorithms.Distributed.LRUCache`2" class="text-break">Class LRUCache&lt;K, V&gt;
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>A least recently used cache implemetation.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

docs/api/Advanced.Algorithms.Distributed.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ <h4><a class="xref" href="Advanced.Algorithms.Distributed.ConsistentHash-1.html"
9494
<section><p>A consistant hash implementation with murmur hash.</p>
9595
</section>
9696
<h4><a class="xref" href="Advanced.Algorithms.Distributed.LRUCache-2.html">LRUCache&lt;K, V&gt;</a></h4>
97-
<section></section>
97+
<section><p>A least recently used cache implemetation.</p>
98+
</section>
9899
</article>
99100
</div>
100101

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

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

8484
<h1 id="Advanced_Algorithms_Geometry_ClosestPointPair" data-uid="Advanced.Algorithms.Geometry.ClosestPointPair" class="text-break">Class ClosestPointPair
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Closest-point pair finder.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

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

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

8484
<h1 id="Advanced_Algorithms_Geometry_Line" data-uid="Advanced.Algorithms.Geometry.Line" class="text-break">Class Line
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Line object.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

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

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

8484
<h1 id="Advanced_Algorithms_Geometry_LineExtensions" data-uid="Advanced.Algorithms.Geometry.LineExtensions" class="text-break">Class LineExtensions
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Line extensions.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

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

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

8484
<h1 id="Advanced_Algorithms_Geometry_LineIntersection" data-uid="Advanced.Algorithms.Geometry.LineIntersection" class="text-break">Class LineIntersection
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Line intersection computer.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

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

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

8484
<h1 id="Advanced_Algorithms_Geometry_Point" data-uid="Advanced.Algorithms.Geometry.Point" class="text-break">Class Point
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Point object.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

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

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

8484
<h1 id="Advanced_Algorithms_Geometry_PointComparer" data-uid="Advanced.Algorithms.Geometry.PointComparer" class="text-break">Class PointComparer
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Compares two points for geometric equality implementing IEqualityComparer.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

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

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

8484
<h1 id="Advanced_Algorithms_Geometry_PointInsidePolygon" data-uid="Advanced.Algorithms.Geometry.PointInsidePolygon" class="text-break">Class PointInsidePolygon
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Implementesa method tp Check whether a given point is inside given polygon.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>
@@ -126,8 +127,7 @@ <h3 id="methods">Methods
126127

127128
<a id="Advanced_Algorithms_Geometry_PointInsidePolygon_IsInside_" data-uid="Advanced.Algorithms.Geometry.PointInsidePolygon.IsInside*"></a>
128129
<h4 id="Advanced_Algorithms_Geometry_PointInsidePolygon_IsInside_Advanced_Algorithms_Geometry_Polygon_Advanced_Algorithms_Geometry_Point_" data-uid="Advanced.Algorithms.Geometry.PointInsidePolygon.IsInside(Advanced.Algorithms.Geometry.Polygon,Advanced.Algorithms.Geometry.Point)">IsInside(Polygon, Point)</h4>
129-
<div class="markdown level1 summary"><p>Checks whether the given point is inside given polygon.</p>
130-
</div>
130+
<div class="markdown level1 summary"></div>
131131
<div class="markdown level1 conceptual"></div>
132132
<h5 class="decalaration">Declaration</h5>
133133
<div class="codewrapper">

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

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

8484
<h1 id="Advanced_Algorithms_Geometry_PointRotation" data-uid="Advanced.Algorithms.Geometry.PointRotation" class="text-break">Class PointRotation
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Rotates given point by given angle about given center.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

docs/api/Advanced.Algorithms.Geometry.Polygon.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_Geometry_Polygon" data-uid="Advanced.Algorithms.Geometry.Polygon" class="text-break">Class Polygon
8585
</h1>
86-
<div class="markdown level0 summary"><p>A polygon when more than one edge points are provided.
87-
Or a point when only one edge point is provided.</p>
86+
<div class="markdown level0 summary"><p>Polygon object.</p>
8887
</div>
8988
<div class="markdown level0 conceptual"></div>
9089
<div class="inheritance">

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

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

8484
<h1 id="Advanced_Algorithms_Geometry_Rectangle" data-uid="Advanced.Algorithms.Geometry.Rectangle" class="text-break">Class Rectangle
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Rectangle object.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

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

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

8484
<h1 id="Advanced_Algorithms_Geometry_RectangleComparer" data-uid="Advanced.Algorithms.Geometry.RectangleComparer" class="text-break">Class RectangleComparer
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Compares two rectangles for geometrical equality implementing IEqualityComparer.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

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

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

8484
<h1 id="Advanced_Algorithms_Geometry_RectangleIntersection" data-uid="Advanced.Algorithms.Geometry.RectangleIntersection" class="text-break">Class RectangleIntersection
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Rectangle intersection finder.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

docs/api/Advanced.Algorithms.Geometry.html

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -91,34 +91,44 @@ <h4><a class="xref" href="Advanced.Algorithms.Geometry.BentleyOttmann.html">Bent
9191
<section><p>Bentley-Ottmann sweep line algorithm to find line intersections.</p>
9292
</section>
9393
<h4><a class="xref" href="Advanced.Algorithms.Geometry.ClosestPointPair.html">ClosestPointPair</a></h4>
94-
<section></section>
94+
<section><p>Closest-point pair finder.</p>
95+
</section>
9596
<h4><a class="xref" href="Advanced.Algorithms.Geometry.ConvexHull.html">ConvexHull</a></h4>
9697
<section><p>Convex hull using jarvis&apos;s algorithm.</p>
9798
</section>
9899
<h4><a class="xref" href="Advanced.Algorithms.Geometry.Line.html">Line</a></h4>
99-
<section></section>
100+
<section><p>Line object.</p>
101+
</section>
100102
<h4><a class="xref" href="Advanced.Algorithms.Geometry.LineExtensions.html">LineExtensions</a></h4>
101-
<section></section>
103+
<section><p>Line extensions.</p>
104+
</section>
102105
<h4><a class="xref" href="Advanced.Algorithms.Geometry.LineIntersection.html">LineIntersection</a></h4>
103-
<section></section>
106+
<section><p>Line intersection computer.</p>
107+
</section>
104108
<h4><a class="xref" href="Advanced.Algorithms.Geometry.Point.html">Point</a></h4>
105-
<section></section>
109+
<section><p>Point object.</p>
110+
</section>
106111
<h4><a class="xref" href="Advanced.Algorithms.Geometry.PointComparer.html">PointComparer</a></h4>
107-
<section></section>
112+
<section><p>Compares two points for geometric equality implementing IEqualityComparer.</p>
113+
</section>
108114
<h4><a class="xref" href="Advanced.Algorithms.Geometry.PointInsidePolygon.html">PointInsidePolygon</a></h4>
109-
<section></section>
115+
<section><p>Implementesa method tp Check whether a given point is inside given polygon.</p>
116+
</section>
110117
<h4><a class="xref" href="Advanced.Algorithms.Geometry.PointRotation.html">PointRotation</a></h4>
111-
<section></section>
118+
<section><p>Rotates given point by given angle about given center.</p>
119+
</section>
112120
<h4><a class="xref" href="Advanced.Algorithms.Geometry.Polygon.html">Polygon</a></h4>
113-
<section><p>A polygon when more than one edge points are provided.
114-
Or a point when only one edge point is provided.</p>
121+
<section><p>Polygon object.</p>
115122
</section>
116123
<h4><a class="xref" href="Advanced.Algorithms.Geometry.Rectangle.html">Rectangle</a></h4>
117-
<section></section>
124+
<section><p>Rectangle object.</p>
125+
</section>
118126
<h4><a class="xref" href="Advanced.Algorithms.Geometry.RectangleComparer.html">RectangleComparer</a></h4>
119-
<section></section>
127+
<section><p>Compares two rectangles for geometrical equality implementing IEqualityComparer.</p>
128+
</section>
120129
<h4><a class="xref" href="Advanced.Algorithms.Geometry.RectangleIntersection.html">RectangleIntersection</a></h4>
121-
<section></section>
130+
<section><p>Rectangle intersection finder.</p>
131+
</section>
122132
</article>
123133
</div>
124134

docs/api/Advanced.Algorithms.Graph.AllPairShortestPathResult-2.html

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

8484
<h1 id="Advanced_Algorithms_Graph_AllPairShortestPathResult_2" data-uid="Advanced.Algorithms.Graph.AllPairShortestPathResult`2" class="text-break">Class AllPairShortestPathResult&lt;T, W&gt;
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>All pairs shortest path algorithm result object.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

docs/api/Advanced.Algorithms.Graph.IBiPartiteMatchOperators-1.html

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

8484
<h1 id="Advanced_Algorithms_Graph_IBiPartiteMatchOperators_1" data-uid="Advanced.Algorithms.Graph.IBiPartiteMatchOperators`1" class="text-break">Interface IBiPartiteMatchOperators&lt;T&gt;
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Generic operator interface required by BiPartite matching algorithm.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritedMembers">
8990
<h5>Inherited Members</h5>

docs/api/Advanced.Algorithms.Graph.IFlowOperators-1.html

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

8484
<h1 id="Advanced_Algorithms_Graph_IFlowOperators_1" data-uid="Advanced.Algorithms.Graph.IFlowOperators`1" class="text-break">Interface IFlowOperators&lt;W&gt;
8585
</h1>
86-
<div class="markdown level0 summary"><p>Operators to deal with generic Add, Substract etc on edge weights.</p>
86+
<div class="markdown level0 summary"><p>Operators to deal with generic Add, Substract etc on edge weights for flow algorithms such as ford-fulkerson algorithm.</p>
8787
</div>
8888
<div class="markdown level0 conceptual"></div>
8989
<h6><strong>Namespace</strong>: <a class="xref" href="Advanced.Algorithms.Graph.html">Advanced.Algorithms.Graph</a></h6>

docs/api/Advanced.Algorithms.Graph.IJohnsonsShortestPathOperators-2.html

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

8484
<h1 id="Advanced_Algorithms_Graph_IJohnsonsShortestPathOperators_2" data-uid="Advanced.Algorithms.Graph.IJohnsonsShortestPathOperators`2" class="text-break">Interface IJohnsonsShortestPathOperators&lt;T, W&gt;
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>A concrete implementation of this interface is required by Johnson&apos;s algorithm.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritedMembers">
8990
<h5>Inherited Members</h5>

docs/api/Advanced.Algorithms.Graph.IShortestPathOperators-1.html

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

8484
<h1 id="Advanced_Algorithms_Graph_IShortestPathOperators_1" data-uid="Advanced.Algorithms.Graph.IShortestPathOperators`1" class="text-break">Interface IShortestPathOperators&lt;W&gt;
8585
</h1>
86-
<div class="markdown level0 summary"><p>Generic operators.</p>
86+
<div class="markdown level0 summary"><p>Generic operators interface required by shorted path algorithms.</p>
8787
</div>
8888
<div class="markdown level0 conceptual"></div>
8989
<h6><strong>Namespace</strong>: <a class="xref" href="Advanced.Algorithms.Graph.html">Advanced.Algorithms.Graph</a></h6>

docs/api/Advanced.Algorithms.Graph.MColorResult-2.html

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

8484
<h1 id="Advanced_Algorithms_Graph_MColorResult_2" data-uid="Advanced.Algorithms.Graph.MColorResult`2" class="text-break">Class MColorResult&lt;T, C&gt;
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>M-coloring result object.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

docs/api/Advanced.Algorithms.Graph.MSTEdge-2.html

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

8484
<h1 id="Advanced_Algorithms_Graph_MSTEdge_2" data-uid="Advanced.Algorithms.Graph.MSTEdge`2" class="text-break">Class MSTEdge&lt;T, W&gt;
8585
</h1>
86-
<div class="markdown level0 summary"><p>MST edge object.</p>
86+
<div class="markdown level0 summary"><p>Minimum spanning tree edge object.</p>
8787
</div>
8888
<div class="markdown level0 conceptual"></div>
8989
<div class="inheritance">

docs/api/Advanced.Algorithms.Graph.MinCut-2.html

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

8484
<h1 id="Advanced_Algorithms_Graph_MinCut_2" data-uid="Advanced.Algorithms.Graph.MinCut`2" class="text-break">Class MinCut&lt;T, W&gt;
8585
</h1>
86-
<div class="markdown level0 summary"><p>Commpute minimum cut edges of given graph
86+
<div class="markdown level0 summary"><p>Compute minimum cut edges of given graph
8787
using Edmond Karps improved Ford-Fulkerson Max Flow Algorithm.</p>
8888
</div>
8989
<div class="markdown level0 conceptual"></div>

docs/api/Advanced.Algorithms.Graph.ShortestPathResult-2.html

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

8484
<h1 id="Advanced_Algorithms_Graph_ShortestPathResult_2" data-uid="Advanced.Algorithms.Graph.ShortestPathResult`2" class="text-break">Class ShortestPathResult&lt;T, W&gt;
8585
</h1>
86-
<div class="markdown level0 summary"></div>
86+
<div class="markdown level0 summary"><p>Shortest path result object.</p>
87+
</div>
8788
<div class="markdown level0 conceptual"></div>
8889
<div class="inheritance">
8990
<h5>Inheritance</h5>

0 commit comments

Comments
 (0)