- if i < 0, its num = 0 (since we are doing sum, blindly setting 0 is okay) - Note: `sb.insert(0, x)` is much slower than doing a final `sb.reverse()` #### If manually convertin to int[] 1. when ...