Hofstadter Figure-Figure sequences: Difference between revisions

Content added Content deleted
(→‎{{header|REXX}}: re-wrote the subroutines and verification routine. -- ~~~~)
m (→‎{{header|REXX}}: corrected a typo in the section header. -- ~~~~)
Line 1,301: Line 1,301:


=={{header|REXX}}==
=={{header|REXX}}==
This REXX example makes use of spare arrays.
This REXX example makes use of sparse arrays.
<lang rexx>/*REXX pgm to calculate & verify the Hofstadter Figure-Figure sequences.*/
<lang rexx>/*REXX pgm to calculate & verify the Hofstadter Figure-Figure sequences.*/
parse arg x highV . /*obtain any C.L. specifications.*/
parse arg x highV . /*obtain any C.L. specifications.*/