01 — Constraints
Sorting with tied hands.
The project asks you to sort numbers using only a few allowed operations on two stacks. This constraint forces a different way of thinking: every move matters, and a naïve solution quickly becomes too expensive.


