Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 127 Bytes

104-bin-to-decimal.md

File metadata and controls

4 lines (3 loc) · 127 Bytes

Problem:

Complete the function which converts a binary number (given as a string) to a decimal number.

Solution