Hacker News new | ask | show | jobs
by vanilla 3338 days ago
I think trying to exclude nodes is more efficient than trying to find the correct ones.

After you excluded all "bad" nodes, you need to find the order. finding the order with the help of "bad" nodes was also faster for me

I went from 56 to a lucky 5 tries.

1 comments

This is the same method I used. As soon as you knew which 4 dots, it was a matter of simple brute force to deduce the actual order.

only 49 tries for me. lol