Is Quicksort a potential security risk?

后端 未结 6 1111
粉色の甜心
粉色の甜心 2021-02-02 13:20

I just wondered whether (with some serious paranoia and under certain circumstances) the use of the QuickSort algorithm can be seen as a security risk in an application

6条回答
  •  感情败类
    2021-02-02 14:07

    Take a look at this question (and marked answer) which discusses ways of reducing QuickSort's worst case:

    Why is quicksort better than mergesort?

提交回复
热议问题