Question d’entretien chez Global Relay

Write a Python program that sorts t-shirt sizes.

Réponse à la question d'entretien

Utilisateur anonyme

25 juin 2020

Can use any sorting algorithm you want. Treat each t-shirt string like a token and sort them against some alphabet. Can be done quickly but different variations can yield different results.

1