From 7cc090e1d754fb703cc09ee96723034da6f2bc0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20R=C3=B6ssler?= <78089013+ForeignGods@users.noreply.github.com> Date: Wed, 29 Jun 2022 00:10:26 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 503b66e..187f804 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,9 @@ Bubble sort is one of the most straightforward sorting algorithms, it makes mult In essence, each item “bubbles” up to the location where it belongs.
-| bubble_sort_scale.py|bubble_sort_color.py|bubble_sort_circle.py| -| ------------- |-------------|-------------| -|||
|
+| bubble_sort_scale.py|bubble_sort_color.py|
+| ------------- |-------------|
+|||
## Insertion Sort