Template:Algorithm-end: Difference between revisions
From HandWiki
imported>Jworkorg m (1 revision imported) |
(No difference)
|
Latest revision as of 20:25, 10 December 2019
- "←" 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.