i did not understand the base case of the algoritham (quicksort)
Base case of quiksort
@sheikhhaji18 if(s>=e) means there is only a single element which is already meant to be sorted( 1 element is always sorted)
i did not understand the base case of the algoritham (quicksort)
@sheikhhaji18 if(s>=e) means there is only a single element which is already meant to be sorted( 1 element is always sorted)