HamiltonianGraphQ[g] yields True if the graph g is Hamiltonian, and False otherwise.
Notebooks[] gives a list of notebooks currently open in the front end.
CellEpilog is an option for Cell which gives an expression to evaluate after each ordinary evaluation of the contents of the cell.
CellProlog is an option to Cell that gives an expression to evaluate before each ordinary evaluation of the contents of the cell.
FieldHint is an option for InputField that specifies contents to display when the input field is empty.
Setting
(Built-in Mathematica Symbol) Setting[expr] replaces control objects such as sliders or popup menus in expr by their settings.
DaubechiesWavelet[] represents a Daubechies wavelet of order 2. DaubechiesWavelet[n] represents a Daubechies wavelet of order n.
SymletWavelet[] represents the Symlet wavelet of order 4.SymletWavelet[n] represents the Symlet wavelet of order n.
AdjacencyMatrix[g] gives the vertex\[Dash]vertex adjacency matrix of the graph g.
DirectedGraphQ[g] yields True if the graph g is a directed graph and False otherwise.