280
Returns a sorted list in O(1) time
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
It works as long as you don't call
list()
within that function.