-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels