xxx0624's blog

By xxx0624, 13 years ago, In English

230d when use "map" , AC; when use "vector", TLE...

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

| Write comment?
»
13 years ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

map is Red-Black-Tree. So, operations' asymptote is O(logN).