Difference between revisions of "Template:Algorithm-end"

(Created page with "*<small>"←" is a shorthand for "changes to". For instance, "''largest'' ← ''item''" means that the value of ''largest'' changes to the value of ''item''.</small> *<...")
(No difference)

Revision as of 17:59, 19 July 2014

  • "←" is a shorthand for "changes to". For instance, "largestitem" means that the value of largest changes to the value of item.
  • "return" terminates the algorithm and outputs the value that follows.

</div>