https://www.codingame.com/training/expert/space-maze
Send your feedback or ask for help here!
Created by @eulerscheZahl,validated by @anon79996792 and @RaulButuc.
If you have any issues, feel free to ping them.
https://www.codingame.com/training/expert/space-maze
Send your feedback or ask for help here!
Created by @eulerscheZahl,validated by @anon79996792 and @RaulButuc.
If you have any issues, feel free to ping them.
I enjoyed this challenge! Great job on the interesting puzzles.
I still need to fix performance or a bug to get above 66% reliably.
Does CG have a limit on memory that causes timeouts?
The constraints are 1s of CPU time and 768MB of RAM.
I don’t know your approach, but for me the time constraint was much harder. You can copy the program input (print it to stderr) and try the testcases which you fail offline.
This is most likely the hardest puzzle I’ve managed to solve on Codingame. I loved it. I’ll leave some small tips for those who would like to give it a go:
Good luck everyone!
Huge thanks @eulerscheZahl for this gem. Think I’ll try to solve it multiple times after I rest a bit
They are also fun to solve manually, if you aren’t quite up to getting a program to work. I knocked them all out in one sitting.
I found it a bit too easy
Now seriously, it was a fair challenge. Pity that it doesn’t have more attempts from the community.
Interesting. I got 100% of the validators, but can’t quite squeak by on test case 22.