DeBruijnGraph[m, n] gives the n-dimensional De Bruijn graph with m symbols.DeBruijnGraph[m, n, type] gives the De Bruijn graph with connectivity given by type.
PrecisionGoal is an option for various numerical operations which specifies how many effective digits of precision should be sought in the final result.
FaceGrids is an option for three-dimensional graphics functions that specifies grid lines to draw on the faces of the bounding box.
TuranGraph[n, k] gives the k-partite Turán graph with n vertices T n, k.
int MLPutUnicodeString (MLINK link, unsigned short *s, long n) puts a string of n 16-bit Unicode characters to the MathLink connection specified by link.
StarGraph[n] gives the star graph with n vertices S_n.
$IterationLimit gives the maximum length of evaluation chain used in trying to evaluate any expression.
Within a standard interactive session, you can create "subsessions" or dialogs using the Mathematica command Dialog. Dialogs are often useful if you want to interact with ...
int MLPutIntegerArray (MLINK link, int *a, long *dims, char ** heads, long d) puts an array of integers to the MathLink connection specified by link to form a depth d array ...
HararyGraph[k, n] generates the minimal k-connected graph on n vertices H k, n.