|
|
|
|
|
by stoltzmann
695 days ago
|
|
The question isn't as to how it will be represented, that's the boring part. When given a number n, and you want to display them, how will you actually compute the numbers from 1 to n? If you precalculate a table - then how will you do n+1? What about n+2? |
|