TLE for unordered_map while AC for map why?
Разница между en1 и en2, 0 символ(ов) изменены
Getting TLE on using unordered_map, while AC on using map for problem E. Can anyone explain why??(I think unordered_map should be faster than map because its time complexity is O(1) for all operation.)↵

Link for Problem [1077E](https://mirror.codeforces.com/contest/1077/problem/E)↵

Link for [TLE Solution](https://mirror.codeforces.com/contest/1077/submission/56141463)↵

Link for [AC Solution](https://mirror.codeforces.com/contest/1077/submission/56141449)

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский gjaiswal108 2019-06-27 14:37:58 0 (published)
en1 Английский gjaiswal108 2019-06-27 14:37:27 486 Initial revision (saved to drafts)