Given a and b as a string, return b-a without using string to number conversion functions. a and b must to be a same size and b > a.
a = '0125'
b = '1125'
y = 1000
The test suite is too simple.
updated.
Return a list sorted by number of occurrences
1225 Solvers
231 Solvers
Multiples of a Number in a Given Range
140 Solvers
120 Solvers
Count decimal digits of a number
133 Solvers