Sum of Digits in Base K April 25, 2021 algorithms, c / c++, math, python No Comments Given an integer n (in base 10) and a base k, return the sum of the digits of n after converting n from base 10 to base k. After … [Continue Reading...]