From 16a1b8b5016d7797d4fe3d43c1bcf638ebcb4cbe Mon Sep 17 00:00:00 2001 From: Marina S <138340846+bt3gl-google@users.noreply.github.com> Date: Sun, 30 Jul 2023 21:46:09 -0700 Subject: [PATCH] Update README.md --- sorting/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sorting/README.md b/sorting/README.md index 3ab5d69..2523258 100644 --- a/sorting/README.md +++ b/sorting/README.md @@ -10,7 +10,11 @@ ---- -### `sorting_algorithms.py` +## examples + +
+ +#### `sorting_algorithms.py`
@@ -25,7 +29,7 @@ Testing quick sort: [1, 2, 3, 5, 6, 10]
-### `binary_search.py` +#### `binary_search.py`