Template:Algorithm-end

From Vigyanwiki
Revision as of 18:34, 6 July 2022 by alpha>Indicwiki (Created page with "*<small>"←" denotes assignment. For instance, "''largest'' ← ''item''" means that the value of ''largest'' changes to the value of...")
  • "←" denotes assignment. For instance, "largestitem" means that the value of largest changes to the value of item.
  • "return" terminates the algorithm and outputs the following value.