Sorting Algorithms Visualizer
Animated, side-by-side visualizer for eight classic sorting algorithms — bubble, insertion, selection, merge, quick, heap, radix and Timsort. Imported Claude artifact, runs fully client-side. Source: https://github.com/simonw/tools (sort-algorithms.html, Apache-2.0).
Name your fork
This clones the app's prompt and source into your account as a new unlisted app. You can edit and publish it from your dashboard.
Details
View source prompt + release files — fork-enabled apps share their full source
System prompt (SKILL.md)
---
name: sorting-algorithms-visualizer
description: Animated side-by-side comparison of classic sorting algorithms — bubble, insertion, selection, merge, quick, heap, radix and Timsort.
metadata:
tags:
- artifact-import
- education
source_url: https://tools.simonwillison.net/sort-algorithms
github_repo_url: https://github.com/simonw/tools
---
# Sorting Algorithms Visualizer
An imported Claude artifact that runs entirely in the browser: pick an
algorithm, choose an input distribution, and watch the comparisons and swaps
animate step by step alongside the algorithm's complexity characteristics.
This app has no server-side model calls — the visualization is pure
client-side JavaScript, so nothing is metered when you run it.
Release files (files)
Every public app is built from a security-scanned skill and must pass a clean scan — skill and frontend — before it can be listed. Have a skill of your own? Turn it into an app — or read the step-by-step walkthrough.