Talk:Ordered words: Difference between revisions

Content added Content deleted
m (→‎A bug (which was not really a bug) in Rexx solution: correct misspelling of exhausts. -- ~~~~)
m (→‎A bug (which was not really a bug) in Rexx solution: corrected misspelling of caching. -- ~~~~)
Line 260: Line 260:
* a repetition of both invocations to eliminate snowplowing
* a repetition of both invocations to eliminate snowplowing
* use of FOR instead of TO in DO loops for faster execution
* use of FOR instead of TO in DO loops for faster execution
* disallowing the cacheing effect for "small" loops
* disallowing the caching effect for "small" loops
* made invocations unique by using unique passed arguments
* made invocations unique by using unique passed arguments
* eliminating piggy-backing by not using the same variables
* eliminating piggy-backing by not using the same variables