टर्मिनेशन एनालिसिस: Revision history

From Vigyanwiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 September 2023

14 March 2023

13 March 2023

8 March 2023

2 March 2023

  • curprev 11:4911:49, 2 March 2023alpha>Indicwiki 27,755 bytes +27,755 Created page with "{| align="right" class="wikitable" |- | <syntaxhighlight lang=C> void f(int n) { while (n > 1) if (n % 2 == 0) n = n / 2; else n = 3 * n + 1..."