Domanda di colloquio di Global Relay

Write a Python program that sorts t-shirt sizes.

Risposta di colloquio

Anonimo

25 giu 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