Question bank › Sorting
Dsa Sorting Easy

Sort by Length and Lexicographically

You are given a list of strings. Your task is to sort the strings by their lengths in ascending order. If two strings have the same length, they should be sorted lexicographically. Output the sorted strings, each on a new line. Example: Input: a bat cat aab bcc Output: a bat cat aab bcc

Key concepts

sortinglengthlexicographic

Practise this out loud — free

Start a mock interview on THIS exact question — a voice AI interviewer opens with it, pushes back like a real onsite, then hands you an instant scorecard.

🎙 Practise this question now
Part of Praxari's verified interview question bank. We show the prompt and concepts to practise with — never a copy-paste solution.