From 71fabeaea33d0508fd8f426ab526d86374ff6d7d Mon Sep 17 00:00:00 2001 From: Prateek Chanda Date: Tue, 13 Dec 2016 16:24:41 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f8af2ee48..a2811b195 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,12 @@ __Properties__ ###### View the algorithm in [action][shell-toptal] +###Time-Compexity Graphs + +Comparing the complexity of sorting algorithms (Bubble Sort, Insertion Sort, Selection Sort) + +[Complexity Graphs](https://github.com/prateekiiest/Python/blob/master/sorts/sortinggraphs.png) + ## Search Algorithms ### Linear