gustavo-depaula / stalin-sort

Add a stalin sort algorithm in any language you like ❣️ if you like give us a ⭐️
MIT License
1.53k stars 177 forks source link

Python/linked_list: add typing, make append O(1) #191

Closed Artoria2e5 closed 1 year ago

Artoria2e5 commented 1 year ago

append used to be O(n). that's bad. we can fix that.