selection sort in python June 29, 2018 · Nodejs Everyday · 0 comments selection sort: time complexity: O(n^2) space complexity: O(1)