S01E01: GCD and Fibonacci: Shakespeare of Computing
Question:
What is the worst case scenario for Euclid’s GCD algorithm and what does it have to do with Fibonacci sequence?
Additional Questions:
Note the number of steps taken for a pair of numbers in Euclid’s GCD algorithm, is there any other pair smaller than this which takes the same number of steps?
What is the smallest pair for a certain number of steps taken in GCD algorithm?
Coding Assignments:
← Back to Season 01