- Problem 0:
- Parse input into a suitable data structure for processing; probably split each number into a list of each digit. As I see it, it would eventually end up using (a) multi-dimensional array(s)
- Problem 1:
- Model necessary numeric limits and processes, namely once a digit > 9 'carry' it.
- Problem 2:
- Maintain accuracy and precision
No comments:
Post a Comment