algorithm to convert a number in an unknown base to the equivalent base 10 number

Posted by java_geek on Stack Overflow See other posts from Stack Overflow or by java_geek
Published on 2010-05-28T06:28:12Z Indexed on 2010/05/28 6:31 UTC
Read the original article Hit count: 325

Filed under:
|
  1. Given an integer, write a program that converts the given number to a number (in base 10). Hint - The given number could be in any base, but the base is unknown.

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about base-conversion