'The time complexity of using list slicing in quick select with median of medians algorithm python

What is the time complexity of using list slicing in quick select with median of medians algorithm python? O(N) or O(N^2)?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source