[Community Puzzle] Paper-folding curve

I submitted a wrong answer to the paper-folding-curve puzzle but still got 100%.

I found it dubious my code worked so I ran some tests myself and found that my code fails for many situations (the longer the required substring, the more my code fails)

Am I in the right place to ask to increase the amount of test cases for this puzzle to cover my bad solutions so I wont get an undeserved 100% pass?

Here are some examples of start-end indexes where my code would fail

ORDER: 18
254800-254861
377685-377847
172870-172940
505805-505905
ORDER: 19
582259-582399
487349-487503
1015214-1015350
175363-175515
ORDER: 20
221459-221596
1283506-1283704
1998196-1998266
846139-846239
ORDER: 21
2625801-2625965
3626474-3626590
1801701-1801777
2575721-2575777

Let me know if I should share the code here

1 Like

Thanks for reporting. Allow some time to check.

1 Like

Thanks for the quick reply! I look forward to resubmitting and not getting 100% :sweat_smile: :grinning:

1 Like

Have additional test cases added and at the same time updated/expanded some original test cases. Thanks again for reviving this early puzzle.

2 Likes

Many thanks!