I have spent the last weeks on the binary angle without really getting anywhere. Will post some thoughts and why I think the algebra is going in circles, starting with some crumbs
Couldn't find the direct quote, but think it went something like "odd or even is the first branch of the tree"
>At most O(log t), where log t is the natural logarithm of the length of c in bits
>Because a search exponential in the length of c is turned into a calculation which is the same complexity as finding a square root < O(log l) where l is the length of c in bits
Now, the only way I can think of is that length of c in bits is relevant to the complexity of the problem is if they are a direct part of the calculation. The hint about odd and even makes sense since the LSB of a number is either 0 or 1. So the second bit (0 or 2) would be the second branch, and the third bit (0 or 4) the third… etc.
I have been trying all kinds of crap and still no closer to how this would map to a tree..
Per the latest hints, the binary patterns seem even more relevant. I generated the csv in binary and there are definitely some crazy shit going on but haven't quite figured it out (story of these threads..). I feel the difference between two squares is almost perfectly represented in base 2!
Now I haven't posted in a while due to lack of results but am here with you! We got this thing, don't go backing out now! And thank you all for keeping it going, I read every single post here
Basically I think the path we're trying to follow depends on making decisions on where to go next in the tree based on each cell we can jump to.
Also updating trip after the algo change, for when we need it in the future!
Remember the Ponies <3