Reverse an integer, handle integer overflow without using 64-bit data types
Determine whether an integer is a palindrome
Given a roman number, convert it to an integer
No summary
We solved this problem by simulating vertical multiplication which factoring the multiplier into coefficient and exponent.
No summary
Given two binary strings, we calculate their sum.
We can use Floyd’s cycle detection algorithm to solve this problem.
A problem set of strings calculation problems.