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)