Got it! This site "creationpie.com" uses cookies. You consent to this by clicking on "Got it!" or by continuing to use this website. Note: This appears on each machine/browser from which this site is accessed.
Donald Knuth (American computer scientist, creator of TeX formatter) defines computer science as the study of algorithms.
Knuth is the author of the series "The Art of Computer Programming" (1968), creator of TeX computer typesetting system, and advocate of literate programming.
John von Neumann had the brilliant insight that data could be code and code could be data. Today, that computing paradigm, used by all conventional computers, is called a Von Neumann architecture based on a 1945 description by Von Neumann.
The Towers of Hanoi problem is a simple problem whose solution is intractable. A tower of 3 is a simple exercise.
Change the 3 to 80 and the program will not finish even in 15,000,000,000 (15 billion) years!
The eager solution in Python would never finish. The lazy program would continue to return results as called for the next value.