Jump to content

Template:Algorithm-end

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ruud Koot (talk | contribs) at 23:29, 15 January 2006 (explanation of pseudocode). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
  • "←" is a loose shorthand for "changes to". For instance, with "largest ← the item", it means that the largest number found so far changes to this item.
  • "return" terminates the algorithm and outputs the value listed behind it.