Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down