sayand0122 / Data-Structures-Algorithms-DSA-

Contains different DSA from different languages
6 stars 7 forks source link

Python sorting bugs #2

Closed Saatvik-droid closed 3 years ago

Saatvik-droid commented 3 years ago

Suppose 'a' is a list. a.sort() will sort the list a within itself. So a1 = a.sort() is an issue as a is sorted as well as a1 and the algorithm is never tested.

I can do a pull request in a couple of days to fix that if that helps.

sayand0122 commented 3 years ago

yup sure... submit a pr... i will review it👍🏻