Find Largest Number (Google Early Career)

Problem Overview

  • Select three elements from an array to form a three-digit number with the maximal value.
  • Input: array with minimum length 3; Output: the largest three-digit number formed by concatenating the chosen elements.
  • Domain: digit selection and number formation from arrays, common in coding interview practice.
  • This Google interviews problem (Google Early Career) is a popular interview question.

Example

Unlock to view complete problem details

and practice with sample input/output

Was this article helpful?

View Test Cases & Run Code requires membership

Input Variables
Execution Result: