Simple Bank System at Coinbase
Medium69.8% acceptance
This problem has 100.0% frequency at Coinbase.
Problem Description
You have been tasked with writing a program for a popular bank that will automate all its incoming transactions (transfer, deposit, and withdraw). The bank has `n` accounts numbered from `1` to `n`. The initial balance of each account is stored in a **0-indexed** integer array `balance`, with the `(...
Read full problem and hintsTopics
Also asked at 19 companies
More Coinbase Questions
Time Based Key-Value StoreMediumDecode the MessageEasyRandom Pick with WeightMediumText JustificationHardFind the Length of the Longest Common PrefixMedium
View all Coinbase questions