ListTricks 2.20
documentation notebook
Eric Rowland
http://math.rutgers.edu/~erowland/programs.html
Introduction
ListTricks is a collection of structure manipulation, classification, and searching tools.
This introduction gets you started with a few features of the package; the next section provides a complete list of package symbols along with their usage messages and further examples.
To use ListTricks, first you will need to load the package by evaluating the following cell. (If you need help, see loading a package.)
Package symbols
Case (a specialization of Cases)
Classify (a variant of GatherBy)
First and Last (generalization)
Occurrence (a specialization of Position)
PartitionAfter and PartitionBefore
RaggedPartition (a specialization of Partition)
RotateClockwise and RotateCounterClockwise
RotateLeftTo and RotateRightTo
SuccessiveMaxima and SuccessiveMinima
TakeAfter, TakeBefore, DropAfter, and DropBefore