Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 312 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 312 Bytes

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

This problem was asked by Paypal.

Read this Wikipedia article on Base64 encoding [https://en.wikipedia.org/wiki/Base64].

Implement a function that converts a hex string to base64.

For example, the string:

deadbeef

should produce:

3q2+7w==