I have a question about when to use Array.Sort() in the C# programming language
What is the algorithm used inside Array.Sort().
I read the documentation and it seems like it uses Quick Sort
When we should build our own sort function using quick sort, bubble sort,…. and when we should use Array.Sort()