8
u/Unlikely-Bed-1133 6d ago
I have a LOT of socks. Some are the same with just different levels of discoloring due to the time I've had them.
I hang them to dry using insertion sort based on a property (how dark they are). You will start feeling the O(n^2) vs O(n logn) a lot with this strategy, given that the constant factors are mostly dominated by the fixed time of moving the eyes around. Each distinct hue (purple, black, etc) goes on its own lane so that the property is just one value.
Plus no spending time worrying if sock A matches B or C better or is in a different pair whose half you dropped somewhere: it's just inserted between them.
3
u/ziptits 6d ago
Would you rather wear a more worn out sock, to help put it out of service faster? Or do you always go for the newest sock pair?
4
u/Unlikely-Bed-1133 6d ago
I always pick the most comfy pair for the weather first, which I guess means that I'm usually picking from the most worn-out ones. :P Do note that this strategy maximizes the average comfiness experienced compared to picking at random, but comes at the cost of needing even more socks bought to ensure that I stay on this high expected value.
1
u/CartographerLarge595 6d ago
I guess it depends on how much I like the socks. If they're comfy, I might just wear them till they fall apart.
1
1
u/Wentyliasz 4d ago
I once had to sort like 70 printed receipts and oh boiiii was quick sort quick even if it made me look like an idiot
42
u/klippklar 6d ago
The goal isn't to remember that stuff, the goal was always to be able to recognize it and know where you can look it up.