|
|
|
|
|
by masklinn
5351 days ago
|
|
Have you read the explanations? They're pretty sensible: it makes digits "align" correctly, so you can essentially just zip & reduce your digits. Which is what you want to do for many operations. Otherwise you'd have to start by reversing your digits arrays or do weird index computations. It's rather clever. |
|