Template:Algorithm-end
Appearance
- "←" 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.