From 5539d4d3271c1dfeb883aeb1b200103a8e87c4dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20R=C3=B6ssler?= <78089013+ForeignGods@users.noreply.github.com> Date: Sat, 21 May 2022 22:59:42 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfb1047..0c818f3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ ## Bubble Sort - - ![bubble](https://user-images.githubusercontent.com/78089013/167689895-ba7e3ddd-6ea9-41e0-8767-0700b12b6664.gif) + +## Insertion Sort +### To-Do: +
  • add counting
  • +
  • fix gap
  • + +![Insertion](https://user-images.githubusercontent.com/78089013/169668707-01f2b6a7-39e5-4670-9123-cc8d3777ef84.gif)