What is the point of studying sorting, for example, if there are standard functions in programming languages for sorting arrays? Of course, I do not mind studying, just wondering.
PS I read that the sort function in C ++, for example, determines the dimension of the array and decides for itself what kind of sorting to use in O (n ^ 2), for example, on small input data or O (n * logn) on large