https://kotlinlang.org logo
#codeforces
Title
# codeforces
s

stkent

05/28/2019, 3:55 PM
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

elizarov

05/28/2019, 4:03 PM
I’m surprised this is happening on simple problems. Would be interesting to discuss/see after the contest is over.
s

stkent

05/28/2019, 4:03 PM
Sure, I am happy to share my submissions!
e

elizarov

05/28/2019, 4:03 PM
After the contest
s

stkent

05/28/2019, 4:03 PM
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

elizarov

05/28/2019, 5:29 PM
Submissions are public on codeforces problem. You can just share a link
👍 1
4 Views