How it works: This Sleep Sort makes every item in a list wait (or sleep) a certain amount of time based on their value before adding themselves to another list, which is copied over to the original list after every value finishes waiting (or sleeping).
Code by me. BUG: Lists over 300 items do not get sorted correctly.