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 hints

Topics

Also asked at 19 companies


More Coinbase Questions

View all Coinbase questions