Sort function in STL

which sorting algorithm is actually implemented in the sort function

Hello @Mansi-Garg-813225092449370,

Following is a detailed explanation for the same:
https://www.geeksforgeeks.org/internal-details-of-stdsort-in-c/#:~:text=Algorithms%20used%20by%20sort(),the%20best%20sorting%20algorithm%20around.

Hope, this would help.