Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @NicknamedTwice,validated by @Zimtrolle,@David_Augusto_Villa and @TBali.
If you have any issues, feel free to ping them.
Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @NicknamedTwice,validated by @Zimtrolle,@David_Augusto_Villa and @TBali.
If you have any issues, feel free to ping them.
Intriguing!
Since there are at most 7 folds and 128 cuts, I just bruteforced the problem by unfolding the paper and keeping track of all cuts.
Was a smarter solution expected?