Hello, If we are having an inbuilt sort( ) function then why we need to learn bubble sort, insertion sort and other sorting algorithms ? Are their any limitations of this sort( ) function ?
Sort ( ) function
Hey @yashsharma4304 , i know most of the students think the same that what’s the use of learning sorting algorithm if we have inbuilt functions too. Reason is quite simple for that. It helps you visualising how programming languages work. It also helps you in framing algorithms as you can’t learndifferentiation integration whithout knowing BODMAS rules. That’s why these algorithms are taught to make basics of students stronger
1 Like
Oh so that’s for making the clarity in our mind that how the sorting is done by this function. Okk
Than you
Your welcome , please dont forget to mark your doubt as resolved.
1 Like