When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

mujtaba1747's blog

By mujtaba1747, history, 4 years ago, In English

I recently came to know about Small to Large trick from a blog.

It is useful technique and helps to improve O(N^2 * log(N)) to O(N*log^2(N))

Can someone please share links to few problems based on the same trick.

Thanks in advance !

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

»
4 years ago, # |
Rev. 4   Vote: I like it +1 Vote: I do not like it
»
4 years ago, # |
  Vote: I like it +1 Vote: I do not like it

interested