From cb414a6e096de5164006896023537311ca1c8854 Mon Sep 17 00:00:00 2001 From: Musaddiq Ahmed Khan <37911054+Musaddiq625@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:11:00 +0500 Subject: [PATCH] Embed image directly in Time Complexity Graph section Replaced the text link to the complexity graph with a direct image embed. This makes the graph visible without needing to click the link. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 079f763..309e9c8 100644 --- a/README.md +++ b/README.md @@ -123,9 +123,9 @@ __Properties__ ### Time-Complexity Graphs -Comparing the complexity of sorting algorithms (Bubble Sort, Insertion Sort, Selection Sort) +Comparing the complexity of sorting algorithms (Bubble Sort, Selection Sort and Insertion Sort) -[Complexity Graphs](https://github.com/prateekiiest/Python/blob/master/sorts/sortinggraphs.png) +![alt text][complexity-graph] [bubble-toptal]: https://www.toptal.com/developers/sorting-algorithms/bubble-sort [bubble-wiki]: https://en.wikipedia.org/wiki/Bubble_sort @@ -157,6 +157,8 @@ Comparing the complexity of sorting algorithms (Bubble Sort, Insertion Sort, Sel [binary-wiki]: https://en.wikipedia.org/wiki/Binary_search_algorithm [binary-image]: https://upload.wikimedia.org/wikipedia/commons/f/f7/Binary_search_into_array.png +[complexity-graph]: https://github.com/prateekiiest/Python/blob/master/sorts/sortinggraphs.png + ---------------------------------------------------------------------------------- ## Community Channel