5 ms·
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
by vanilla 9y 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.
- at-fates-hands 9y agoThis 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