Live data from Hacker News

How to pair socks from a pile efficiently?

stackoverflow.com

1–10 of 42 posts

Re: How to pair socks from a pile efficiently?

#6
The first answer is kind of labourous, isn't?

I thought about simply removing a sock from the pile and isolating it. One for one, maybe puting the man's socks on the left and the women's on the right.

So everytime you grab a new sock you can quickly check if you already isolated the pair of that one.

This way you just have to grab each sock once. (this is similar to the second answer, but no need to prepare a flat pile to begin with).

Re: How to pair socks from a pile efficiently?

#9
post #8

I have 18 pairs of the same sock. I found that the most efficient way. YMMV.

Isn't this making it especially more complex because now you have to match based on wear, not just the pattern?

With different patterns it's easier as the wear is constant for each pair. OCD mileage may vary :)

Post reply on HN