Global Relay interview question

Write a Python program that sorts t-shirt sizes.

Interview Answer

Anonymous

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