Template:Algorithm-end: Difference between revisions
From Vigyanwiki
(Created page with "*<small>"←" denotes assignment. For instance, "''largest'' ← ''item''" means that the value of ''largest'' changes to the value of...") |
m (1 revision imported from alpha:Template:Algorithm-end) |
(One intermediate revision by one other user not shown) | |
(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.