Loading...

The Forbidden Sorter

A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.

Domain
Python
Difficulty
medium
Seniority
junior, mid

Problem

Given a list of single characters, arrange them in alphabetical order without using any built-in sorting utilities. You must implement the ordering logic yourself. Return the sorted list.

Practice This Problem

Solve this Python problem with real code execution. DataDriven runs your Python code in a sandboxed Docker environment and grades it instantly.