leontalukdar's blog

By leontalukdar, history, 3 years ago, In English

TLE on Go submission

Hi everyone. I'm getting TLE when i'm submitting the solution in Go lang. Here's my submission: 111818870 . If anybody can think of a way to make my solution more efficient and find out the reason behind of getting TLE it would help a lot!

Thank you very much.

  • Vote: I like it
  • -1
  • Vote: I do not like it

| Write comment?
»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Use Buffer instead of string concatenation: 111820104