Python Forum
Stein's GCD according to given pseudo code
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stein's GCD according to given pseudo code
#2
Why are you using while loops where the pseudocode is using if and else conditions? Those don't do the same thing, so you won't get the results you expect. You will only have two while loops if you tailor your Python solution to match the pseudocode you're emulating.
Reply


Messages In This Thread
RE: Stein's GCD according to given pseudo code - by GOTO10 - Aug-27-2020, 07:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Write pseudo code for a class assignment Scrimshot 3 3,499 May-07-2019, 05:38 PM
Last Post: Scrimshot
  NEED HELP Pseudo-Random Numbers Kongurinn 9 5,615 Oct-23-2017, 04:17 AM
Last Post: Skaperen
  pseudo code for a quiz tsaward 4 7,811 Sep-15-2017, 09:59 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020