PashaMir's blog

By PashaMir, history, 2 years ago, In English

Hello, I have a question about heap sort and quicksort. Which one is faster and which one should i use?

  • Vote: I like it
  • 0
  • Vote: I do not like it

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

Use std::sort.