You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rodrigo-pino
I've tried to look to see what this hint is trying to do. Basically it wants to assert that a is less than or equal to b by showing that the numbers [0, a, b, PRIME - 1] are in ascending order. To do this, it looks at the three segments between them on a circle: 0 -> a, a -> b, and b -> PRIME - 1. It proves that two of these segments are shorter than some thresholds, so they cannot overlap. Therefore, the numbers are ordered as we want.
The comments in this link were super useful.
If you think its a good idea, i can make a new PR to add a description as a comment before the hint
No description provided.
The text was updated successfully, but these errors were encountered: