Template:Algorithm-end: Difference between revisions
From Vigyanwiki
(Balance tag using noinclude to remove page from Linter report) |
m (1 revision imported from alpha:Template:Algorithm-end) |
(2 intermediate revisions by 2 users 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.