Skip to content

Commit 3bb21fa

Browse files
committed
spelling: an
Signed-off-by: Josh Soref <[email protected]>
1 parent b4d9d60 commit 3bb21fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/details.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Radius Clustering package implements a clustering algorithm based on the Min
2828
The MDS problem is a well-known NP-Hard problem in graph theory, and it has been proven to be linked to the clustering
2929
under radius constraint problem. The MDS problem is defined as follows:
3030

31-
Given a undirected weighted graph :math:`G = (V,E)` where :math:`V` is a set of vertices and :math:`E` is a set of edges,
31+
Given an undirected weighted graph :math:`G = (V,E)` where :math:`V` is a set of vertices and :math:`E` is a set of edges,
3232
a dominating set :math:`D` is a subset of :math:`V` such that every vertex in :math:`V` is either in :math:`D` or
3333
adjacent to a vertex in :math:`D`. The goal is to find a dominating set :math:`D` such that the number of vertices in
3434
:math:`D` is minimized. This problem is known to be NP-Hard.

0 commit comments

Comments
 (0)