Template:Algorithm-end
From HandWiki
Revision as of 19:25, 10 December 2019 by imported>Jworkorg (1 revision imported)
- "←" denotes assignment. For instance, "largest ← item" means that the value of largest changes to the value of item.
- "return" terminates the algorithm and outputs the following value.