ConnectedGraphQ[g] yields True if the graph g is connected, and False otherwise.
CyclicGroup[n] represents the cyclic group of degree n.
DamerauLevenshteinDistance[u, v] gives the Damerau\[Dash]Levenshtein distance between strings or vectors u and v.
DihedralGroup[n] represents the dihedral group of order 2 n.
ExportString[expr, " format"] generates a string corresponding to expr exported in the specified format. ExportString[rules, {"format", "Rules"}] gives explicit rules for ...
FindGraphIsomorphism[g_1, g_2] finds an isomorphism that maps the graph g_1 to g_2 by renaming vertices.
ImageKeypoints[image] finds key features in image and returns their coordinates.ImageKeypoints[image, prop] gives the specified property prop for each keypoint.
ItemSize is an option for Grid, Column, and related constructs that specifies the sizes to allow for items.
JaccardDissimilarity[u, v] gives the Jaccard dissimilarity between Boolean vectors u and v.
LowerTriangularize[m] gives a matrix in which all but the lower triangular elements of m are replaced with zeros. LowerTriangularize[m, k] replaces with zeros only the ...