Gave this a go but it's not been much fun. 3/4 pro...
# codeforces
s
Gave this a go but it's not been much fun. 3/4 problems my solutions work but exceed time or space limits. One mysterious runtime error that I can't see the input for. Good luck everyone else.
1
e
I’m surprised this is happening on simple problems. Would be interesting to discuss/see after the contest is over.
s
Sure, I am happy to share my submissions!
e
After the contest
s
It's possible I'm just being super inefficient; my day job does not demand a lot of this type of optimization
Yes, of course 🙂
@elizarov what's the best way to share submissions?
In general from comparisons in threads it seems like I was overly optimistic in using nice collection extensions and neglecting to pay enough attention to underlying data structure performance e.g. drop(1) vs tracking an index.
algorithms were all good, implementations not
e
Submissions are public on codeforces problem. You can just share a link
👍 1