RCSNUSP/Mathematica: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 September 2022

1 November 2015

  • curprev 23:1623:16, 1 November 2015rosettacode>LegionMammal978 3,167 bytes +3,167 Created page with "<lang Mathematica>$IterationLimit = Infinity; next[{x_, y_}, dir_] := {x, y} + Switch[dir, Up, {0, -1}, Down, {0, 1}, Left, {-1, 0}, Right, {1, 0}]; lurd[dir_] := ..."