Question:Which of the following is NOT a standard sorting algorithm:
A std::sort B std::qsort C std::stable_sort D std::partial_sort
+ AnswerB
+ Report