Infinite.Loop's blog

By Infinite.Loop, history, 3 years ago, In English

This is my solution when I used unordered_map.

This is my solution when I used ordered_map.

It is seen that unordered_map performs better than ordered_map so how can TLE get resolved with ordered_map but not with unordered_map???

Full text and comments »

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