From 96f5a2cf573795d06296fa563295ce1ce8eb98ac Mon Sep 17 00:00:00 2001 From: Prateek Chanda Date: Thu, 22 Dec 2016 08:56:50 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a2811b195..1d8d3386e 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ Comparing the complexity of sorting algorithms (Bubble Sort, Insertion Sort, Sel [Complexity Graphs](https://github.com/prateekiiest/Python/blob/master/sorts/sortinggraphs.png) +---------------------------------------------------------------------------------- + ## Search Algorithms ### Linear @@ -114,6 +116,8 @@ __Properties__ * Average case performance O(log n) * Worst case space complexity O(1) +---------------------------------------------------------------------------------------------------------------------- + ## Ciphers ### Caesar