Steady squares: Difference between revisions

m
Line 1,979:
===Brute force approach===
Numbers are converted into strings to make comparison easier.
≪ { 1 } 5 ROT '''FOR''' n
n →STR n SQ →STR
DUP SIZE 3 PICK SIZE - 1 + OVER SIZE SUB
1,150

edits