MapAll
(Built-in Mathematica Symbol) MapAll[f, expr] or f //@ expr applies f to every subexpression in expr.
BarChart[{y_1, y_2, ...}] makes a bar chart with bar lengths y_1, y_2, ....BarChart[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a bar chart with bar features defined ...
FindEulerianCycle[g] finds an Eulerian cycle in the graph g if one exists.FindEulerianCycle[g, k] finds at most k Eulerian cycles.
Google.com is a well-known web search engine. Google has made a web service available that allows developers to interface with their search engine within their own ...
EulerianGraphQ[g] yields True if the graph g is Eulerian, and False otherwise.
FindShortestTour[{e_1, e_2, ...}] attempts to find an ordering of the e_i that minimizes the total distance on a tour that visits all the e_i once.
End Subexpression moves the cursor from a subexpression to the expression at the n\[Null]^th level.
File inserts the contents of a file at the insertion point.
Make Spanning combines the selected entries from a formatted grid into a single spanning entry.
Split Spanning divides a spanning entry from a formatted grid into separate entries.