Skip to content

Commit daeb08b

Browse files
authored
Merge pull request #259 from Musaddiq625/patch-1
docs: Embed image directly in Time Complexity Graph section
2 parents 16fe3c8 + cb414a6 commit daeb08b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ __Properties__
123123

124124
### Time-Complexity Graphs
125125

126-
Comparing the complexity of sorting algorithms (Bubble Sort, Insertion Sort, Selection Sort)
126+
Comparing the complexity of sorting algorithms (Bubble Sort, Selection Sort and Insertion Sort)
127127

128-
[Complexity Graphs](https://github.com/prateekiiest/Python/blob/master/sorts/sortinggraphs.png)
128+
![alt text][complexity-graph]
129129

130130
[bubble-toptal]: https://www.toptal.com/developers/sorting-algorithms/bubble-sort
131131
[bubble-wiki]: https://en.wikipedia.org/wiki/Bubble_sort
@@ -157,6 +157,8 @@ Comparing the complexity of sorting algorithms (Bubble Sort, Insertion Sort, Sel
157157
[binary-wiki]: https://en.wikipedia.org/wiki/Binary_search_algorithm
158158
[binary-image]: https://upload.wikimedia.org/wikipedia/commons/f/f7/Binary_search_into_array.png
159159

160+
[complexity-graph]: https://github.com/prateekiiest/Python/blob/master/sorts/sortinggraphs.png
161+
160162
----------------------------------------------------------------------------------
161163

162164
## Community Channel

0 commit comments

Comments
 (0)