Technical2026-08-16
Given a list of numbers in the form of a string array, find the largest possible number that can be created by appending these numbers one after another. Approach involves lexicographical sorting of the array in decreasing order and appending the strings.
Context & Summary
45-minute interview conducted via Zoom. One coding question: largest number formed by appending strings from a given list, solved using lexicographical sorting.
💻 Coding practice works best on desktop.
Code editors are too cramped on mobile screens.
Loading editor...
AI can automatically infer and generate example test cases for this question based on standard algorithmic constraints.
InterviewDigest