Global Relay Interview Question

Write a Python program that sorts t-shirt sizes.

Interview Answer

Anonymous

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