Learning all sorting techniques

shall we learn all the sorting techniques or only bubble sorting as even only bubble can serve our purpose of sorting . so why to learn all the sort techniques as it also give the same output

@rahilraikwar
You should know all sorting algorithms as these are standard algorithms that can be asked in college exams or even interviews if the interviewer wishes to give you a simple problem. Even if you can solve complex graph and DP problems but do not remember basic Insertion Sort or Selection Sort algorithm , that would give a very bad impression. Also read about the modifications and the problems of each sorting algo for further knowledge as you should know them.

1 Like

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.

1 Like