Sorting algorithms
Sorting algorithms Today in animated explanations built using Claude: I’ve always been a fan of animated demonstrations of sorting algorithms so I decided to spin some up on my phone using Claude Artifacts, then added Python’s timsort algorithm, then a feature to run them all at once. Here’s the full sequence of prompts: Interactive animated demos of the most common sorting algorithms This gave me bubble sort, selection sort, insertion sort, merge sort, quick sort, and heap sort. […]