data-structures-algorithms-python icon indicating copy to clipboard operation
data-structures-algorithms-python copied to clipboard

More efficient solution

Open tmonty12 opened this issue 5 years ago • 0 comments

The current solution repeats the selection sort for each key in the sort_by_list. My solution only requires doing the selection sort once, making it a more efficient solution.

tmonty12 avatar Jan 09 '21 16:01 tmonty12