Top Posters
Since Sunday
c
6
r
4
c
3
m
3
h
3
1
3
n
3
s
3
d
3
c
3
r
3
e
3
New Topic  
Oughto Oughto
wrote...
Posts: 742
Rep: 1 0
7 years ago
Look at the following pseudocode algorithm.

Algorithm gcd(x, y)
  if (x < y)
    gcd (y, x)
  else
    if (y = 0)
      return x
    else
      return gcd(y, x mod y)
end gcd

What is the base case for the algorithm gcd?
A) y > x
B) x < y
C) x == 0
D) y == 0
Textbook 
Starting Out with Java: Early Objects

Starting Out with Java: Early Objects


Edition: 4th
Author:
Read 152 times
2 Replies
Replies
Answer verified by a subject expert
blitheringblithering
wrote...
Posts: 354
Rep: 9 0
7 years ago
Sign in or Sign up in seconds to unlock everything for free
More solutions for this book are available here
1
University of Notre Dame

Related Topics

Oughto Author
wrote...
7 years ago
I literally took this as a gen ed course, I was lost thought it would be easy

thx for making it easier on me
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1201 People Browsing
Related Images
  
 144
  
 1080
  
 434
Your Opinion
What percentage of nature vs. nurture dictates human intelligence?
Votes: 436

Previous poll results: How often do you eat-out per week?