Decode the Message at Coinbase
Easy85.8% acceptance
This problem has 75.0% frequency at Coinbase.
Problem Description
You are given the strings `key` and `message`, which represent a cipher key and a secret message, respectively. The steps to decode `message` are as follows: 1. Use the **first** appearance of all 26 lowercase English letters in `key` as the **order** of the substitution table. 2. Align the sub...
Read full problem and hintsTopics
Also asked at 4 companies
More Coinbase Questions
Simple Bank SystemMediumTime Based Key-Value StoreMediumText JustificationHardFind the Length of the Longest Common PrefixMedium
View all Coinbase questions