From 2bea5fc5c1c9426b43e7c87cdcc7c2d459a9ac10 Mon Sep 17 00:00:00 2001 From: Valentin Date: Sat, 7 Dec 2019 16:58:25 +0200 Subject: [PATCH] added insertion sort --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5adf344..ec7e9c1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sorting Algorithms Visualized - + Now you can see how sorting algorithms work by watching them in real time. You can change the input size and delay, and when the algorithm is running the `comparisons` and `array access` are updating for a better view. If you want to learn these algorithms, watching their code is a good practice but for a better understanding I also recommend their visualization.