Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 333 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 333 Bytes

Good morning! Here's your coding interview problem for today.

This problem was asked by Google.

Yesterday you implemented a function that encodes a hexadecimal string into Base64.

Write a function to decode a Base64 string back to a hexadecimal string.

For example, the following string:

3q2+7w==

should produce:

deadbeef