Emoji Sort
Click Sort below to see common sorting algorithms in real time!
- Selection: O(n2) Good for small lists, inefficient for larger datasets
- Bubble: O(n2) Very slow and inefficient for large datasets
- Insertion: O(n2) Efficient for small or mostly sorted lists