I have been trying to understand the Quick-Select algorithm and I have found two different values for the complexity of the worst-case running time.
For example, This website claims that worst-case time complexity is Θ(n^2), whilst GeeksforGeeks claims that it's O(n^2).
Can someone help me understand which one is correct and why this is the case?