What's up, team. I received a RE when I submit for Pascal Walk. I used the algorithm described in the analysis of Test Set 3 in which it suggests to write N in binary, subtract 30, find a walk for the remainder, then walk the edges to make up the difference. My program completes on my machine. Is anybody able to provide any insight? My code is posted below: https://github.com/mfenlon/Google-Code-Jam-Archive-Solutions/blob/master/2020/r1a/pascal_walk.cpp
-- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/83598789-7edb-470c-a608-385cff49de21%40googlegroups.com.
