Snapdeal interview question

Different sorting algorithms and STL.

Interview Answer

Anonymous

Mar 17, 2021

I tell him about Bubble sort, Insertion sort, Quick Sort, Merge Sort, Heap Sort and write pseudo code for quicksort. I tell him about sort function that can also be used and widely used in competitive programming and the comparators that can be used along with sort function.