Base case of quiksort

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)