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_scale_opti](https://user-images.githubusercontent.com/78089013/176308250-e75134b8-177a-40bc-b984-5cfa13c09baa.gif)|![BubbleColor2](https://user-images.githubusercontent.com/78089013/174149862-2ed3c492-0987-4194-834f-fc5276299bcc.gif)|| +| bubble_sort_scale.py|bubble_sort_color.py| +| ------------- |-------------| +|![bubble_scale_opti](https://user-images.githubusercontent.com/78089013/176308250-e75134b8-177a-40bc-b984-5cfa13c09baa.gif)|![BubbleColor2](https://user-images.githubusercontent.com/78089013/174149862-2ed3c492-0987-4194-834f-fc5276299bcc.gif)| ## Insertion Sort