Template:Algorithm-end: Difference between revisions
From Vigyanwiki
m (1 revision imported) |
m (1 revision imported from alpha:Template:Algorithm-end) |
(No difference)
|
Latest revision as of 13:40, 18 May 2023
- "←" 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.