GraphPower[g, n] gives the graph-n\[Null]^th power of the graph g.
HamiltonianGraphQ[g] yields True if the graph g is Hamiltonian, and False otherwise.
HoldPattern[expr] is equivalent to expr for pattern matching, but maintains expr in an unevaluated form.
ImportString["data", " format"] imports data in the specified format from a string. ImportString["data", elements] imports the specified elements.ImportString["data"] ...
InitializationCell is an option for Cell that specifies whether the cell should be tagged to be evaluated by the Mathematica kernel when the notebook that contains it is ...
Joined
(Built-in Mathematica Symbol) Joined is an option for ListPlot and related functions that specifies whether points in each dataset should be joined into a line, or should be plotted as separate points.
Large
(Built-in Mathematica Symbol) Large is a style or option setting that specifies that objects should be large.
LibraryLoad[lib] loads the dynamic library lib into the Mathematica runtime.
ListLogLogPlot[{{x_1, y_1}, {x_2, y_2}, ...}] makes a log-log plot of the specified list of x and y values.ListLogLogPlot[{list_1, list_2, ...}] plots several lists of values.
PackingMethod is an option for GraphPlot and related functions which specifies how disconnected components should be packed together in the layout produced.